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

Unified Diff: sky/engine/bindings/core/v8/V8ErrorHandler.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
Index: sky/engine/bindings/core/v8/V8ErrorHandler.h
diff --git a/sky/engine/bindings/core/v8/V8ErrorHandler.h b/sky/engine/bindings/core/v8/V8ErrorHandler.h
index 41bdfa2cdd5eede64babff9f44c564369da3c6dd..69c65edfc41cbc84f756a2d91fa7a90cca0cf8c3 100644
--- a/sky/engine/bindings/core/v8/V8ErrorHandler.h
+++ b/sky/engine/bindings/core/v8/V8ErrorHandler.h
@@ -53,7 +53,6 @@ private:
V8ErrorHandler(v8::Local<v8::Object> listener, ScriptState*);
virtual v8::Local<v8::Value> callListenerFunction(v8::Handle<v8::Value> jsEvent, Event*) override;
- virtual bool shouldPreventDefault(v8::Local<v8::Value> returnValue) override;
};
} // namespace blink
« no previous file with comments | « sky/engine/bindings/core/v8/V8AbstractEventListener.cpp ('k') | sky/engine/bindings/core/v8/V8ErrorHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698