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

Unified Diff: sky/engine/bindings/core/v8/V8AbstractEventListener.h

Issue 873983005: Remove the global event property. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | sky/engine/bindings/core/v8/V8AbstractEventListener.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/V8AbstractEventListener.h
diff --git a/sky/engine/bindings/core/v8/V8AbstractEventListener.h b/sky/engine/bindings/core/v8/V8AbstractEventListener.h
index e4970077ceac1b59be7907651b367555dfabd9a2..6760fb5010b138b54de8fc951621c06994477a7f 100644
--- a/sky/engine/bindings/core/v8/V8AbstractEventListener.h
+++ b/sky/engine/bindings/core/v8/V8AbstractEventListener.h
@@ -129,8 +129,6 @@ protected:
private:
virtual v8::Local<v8::Value> callListenerFunction(v8::Handle<v8::Value> jsevent, Event*) = 0;
- virtual bool shouldPreventDefault(v8::Local<v8::Value> returnValue);
-
static void setWeakCallback(const v8::WeakCallbackData<v8::Object, V8AbstractEventListener>&);
ScopedPersistent<v8::Object> m_listener;
« no previous file with comments | « no previous file | sky/engine/bindings/core/v8/V8AbstractEventListener.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698