diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 13:27:14 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-18 13:27:14 +0000 |
commit | 1b77870c93bf8a5949abda8e1de80974f11b509b (patch) | |
tree | 56e040dc1dafbcd231eb40ec1017a3fc17829f03 /webkit/port | |
parent | 70d2e568fbaf89bfea019c69a837befa370b3217 (diff) | |
download | chromium_src-1b77870c93bf8a5949abda8e1de80974f11b509b.zip chromium_src-1b77870c93bf8a5949abda8e1de80974f11b509b.tar.gz chromium_src-1b77870c93bf8a5949abda8e1de80974f11b509b.tar.bz2 |
Revert the src/webkit part of r11958 since it broke the build.
TBR=pfeldman
Review URL: http://codereview.chromium.org/42332
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port')
-rw-r--r-- | webkit/port/bindings/v8/v8_custom.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/webkit/port/bindings/v8/v8_custom.h b/webkit/port/bindings/v8/v8_custom.h index 5c490d7..2e33fcf 100644 --- a/webkit/port/bindings/v8/v8_custom.h +++ b/webkit/port/bindings/v8/v8_custom.h @@ -406,15 +406,6 @@ DECLARE_CALLBACK(TreeWalkerPreviousNode) DECLARE_CALLBACK(TreeWalkerNextSibling) DECLARE_CALLBACK(TreeWalkerPreviousSibling) -// Custom implementation of InspectorController functions -DECLARE_CALLBACK(InspectorControllerDebuggerEnabled) -DECLARE_CALLBACK(InspectorControllerPauseOnExceptions) -DECLARE_CALLBACK(InspectorControllerProfilerEnabled) -#if ENABLE(DATABASE) -DECLARE_CALLBACK(InspectorControllerDatabaseTableNames) -#endif -DECLARE_CALLBACK(InspectorControllerWrapCallback) - // Custom implementation of NodeIterator functions DECLARE_CALLBACK(NodeIteratorNextNode) DECLARE_CALLBACK(NodeIteratorPreviousNode) |