diff options
author | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 23:46:31 +0000 |
---|---|---|
committer | dglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 23:46:31 +0000 |
commit | 6892170a2019fee4d7379327da4e4ca3810352db (patch) | |
tree | 2489887817f3f6109eea470f16fb8871acdd9918 /webkit/port/bindings/v8/v8_custom.h | |
parent | 6abfeeb39355769268e42ab2d41eab2d11208091 (diff) | |
download | chromium_src-6892170a2019fee4d7379327da4e4ca3810352db.zip chromium_src-6892170a2019fee4d7379327da4e4ca3810352db.tar.gz chromium_src-6892170a2019fee4d7379327da4e4ca3810352db.tar.bz2 |
Merge 39141:39143: The ScriptCallStack (2/2)
Review URL: http://codereview.chromium.org/14092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6956 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 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/webkit/port/bindings/v8/v8_custom.h b/webkit/port/bindings/v8/v8_custom.h index 08ea4bc..ce7bd03 100644 --- a/webkit/port/bindings/v8/v8_custom.h +++ b/webkit/port/bindings/v8/v8_custom.h @@ -267,22 +267,6 @@ DECLARE_CALLBACK(CanvasRenderingContext2DFillText) DECLARE_CALLBACK(CanvasRenderingContext2DStrokeText) DECLARE_CALLBACK(CanvasRenderingContext2DPutImageData) -// Console customized functions -DECLARE_CALLBACK(ConsoleAssert) -DECLARE_CALLBACK(ConsoleCount) -DECLARE_CALLBACK(ConsoleDebug) -DECLARE_CALLBACK(ConsoleDir) -DECLARE_CALLBACK(ConsoleError) -DECLARE_CALLBACK(ConsoleGroup) -DECLARE_CALLBACK(ConsoleInfo) -DECLARE_CALLBACK(ConsoleLog) -DECLARE_CALLBACK(ConsoleProfile) -DECLARE_CALLBACK(ConsoleProfileEnd) -DECLARE_CALLBACK(ConsoleTimeEnd) -DECLARE_CALLBACK(ConsoleWarn) -DECLARE_CALLBACK(ConsoleDirxml) -DECLARE_CALLBACK(ConsoleTrace) - // Implementation of Clipboard attributes and methods. DECLARE_PROPERTY_ACCESSOR_GETTER(ClipboardTypes) DECLARE_CALLBACK(ClipboardClearData) |