diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 16:19:52 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 16:19:52 +0000 |
commit | e52d98fc38c62558baa8507c0752ada8b520055d (patch) | |
tree | b1ef792348039d06cadd2b0ad58664aec8ad0b17 /webkit/port/bindings/v8/v8_custom.h | |
parent | 713d4e9d556633ec06c2e5da790e77e919ad1adc (diff) | |
download | chromium_src-e52d98fc38c62558baa8507c0752ada8b520055d.zip chromium_src-e52d98fc38c62558baa8507c0752ada8b520055d.tar.gz chromium_src-e52d98fc38c62558baa8507c0752ada8b520055d.tar.bz2 |
Move HTMLDocument functions from v8_custom to V8HTMLDocumentCustom.
Remove NAMED_PROPERTY_SETTER interceptor for HTMLDocument.
Review URL: http://codereview.chromium.org/42157
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port/bindings/v8/v8_custom.h')
-rw-r--r-- | webkit/port/bindings/v8/v8_custom.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/port/bindings/v8/v8_custom.h b/webkit/port/bindings/v8/v8_custom.h index d3aafb1..c72bd33 100644 --- a/webkit/port/bindings/v8/v8_custom.h +++ b/webkit/port/bindings/v8/v8_custom.h @@ -271,6 +271,9 @@ DECLARE_CALLBACK(HTMLOptionsCollectionAdd) DECLARE_CALLBACK(HTMLDocumentWrite) DECLARE_CALLBACK(HTMLDocumentWriteln) DECLARE_CALLBACK(HTMLDocumentOpen) +DECLARE_PROPERTY_ACCESSOR(HTMLDocumentAll) +DECLARE_NAMED_PROPERTY_GETTER(HTMLDocument) +DECLARE_NAMED_PROPERTY_DELETER(HTMLDocument) // Document customized functions DECLARE_CALLBACK(DocumentEvaluate) @@ -423,9 +426,6 @@ DECLARE_INDEXED_ACCESS_CHECK(DOMWindow) DECLARE_NAMED_PROPERTY_GETTER(HTMLFrameSetElement) DECLARE_NAMED_PROPERTY_GETTER(HTMLFormElement) -DECLARE_NAMED_PROPERTY_GETTER(HTMLDocument) -DECLARE_NAMED_PROPERTY_SETTER(HTMLDocument) -DECLARE_NAMED_PROPERTY_DELETER(HTMLDocument) DECLARE_NAMED_PROPERTY_GETTER(NodeList) DECLARE_NAMED_PROPERTY_GETTER(NamedNodeMap) DECLARE_NAMED_PROPERTY_GETTER(CSSStyleDeclaration) |