Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: Source/bindings/v8/custom/V8DOMWindowCustom.cpp

Issue 14929004: Remove captureEvents and releaseEvents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/v8/custom/V8DOMWindowCustom.cpp
diff --git a/Source/bindings/v8/custom/V8DOMWindowCustom.cpp b/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
index 5bbb58d3c6847d3ed311db5d9b6182046f54d423..b5a22d6507ceea24716c583c9a1c2fc03b66350c 100644
--- a/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
+++ b/Source/bindings/v8/custom/V8DOMWindowCustom.cpp
@@ -348,16 +348,6 @@ v8::Handle<v8::Value> V8DOMWindow::toStringMethodCustom(const v8::Arguments& arg
return domWrapper->ObjectProtoToString();
}
-v8::Handle<v8::Value> V8DOMWindow::releaseEventsMethodCustom(const v8::Arguments& args)
-{
- return v8::Undefined();
-}
-
-v8::Handle<v8::Value> V8DOMWindow::captureEventsMethodCustom(const v8::Arguments& args)
-{
- return v8::Undefined();
-}
-
class DialogHandler {
public:
explicit DialogHandler(v8::Handle<v8::Value> dialogArguments)
« no previous file with comments | « LayoutTests/http/tests/security/resources/cross-frame-iframe-for-put-test.html ('k') | Source/core/html/HTMLDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698