diff options
author | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-20 19:01:55 +0000 |
---|---|---|
committer | ojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-20 19:01:55 +0000 |
commit | c3fd33c7c7d807d79914337e9beb805b1bd1f54c (patch) | |
tree | aa2eb235662b9159eb0e21ec1fe3006d0d30a5ec /webkit/port/bindings/v8/v8_custom.h | |
parent | 6bfd15cabdcf379bd5e1e0dfb9b42fadef477400 (diff) | |
download | chromium_src-c3fd33c7c7d807d79914337e9beb805b1bd1f54c.zip chromium_src-c3fd33c7c7d807d79914337e9beb805b1bd1f54c.tar.gz chromium_src-c3fd33c7c7d807d79914337e9beb805b1bd1f54c.tar.bz2 |
Rollback 3612 abd 3613 to fix mac build. TBR.
Review URL: http://codereview.chromium.org/7674
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3618 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, 0 insertions, 6 deletions
diff --git a/webkit/port/bindings/v8/v8_custom.h b/webkit/port/bindings/v8/v8_custom.h index 302b80a..101a1a5 100644 --- a/webkit/port/bindings/v8/v8_custom.h +++ b/webkit/port/bindings/v8/v8_custom.h @@ -279,12 +279,6 @@ DECLARE_CALLBACK(ElementSetAttributeNodeNS) DECLARE_CALLBACK(EventTargetNodeAddEventListener) DECLARE_CALLBACK(EventTargetNodeRemoveEventListener) -// Custom implementation is Navigator properties. -// We actually only need this because WebKit has -// navigator.appVersion as custom. Our version just -// passes through. -DECLARE_PROPERTY_ACCESSOR(NavigatorAppVersion) - // Custom implementation of XMLHttpRequest properties DECLARE_PROPERTY_ACCESSOR(XMLHttpRequestOnabort) DECLARE_PROPERTY_ACCESSOR(XMLHttpRequestOnerror) |