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

Unified Diff: sky/engine/bindings/core/v8/V8ErrorHandler.cpp

Issue 671173006: Remove lots of machinery related to inline event handlers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/bindings/core/v8/V8ErrorHandler.h ('k') | sky/engine/bindings/core/v8/V8EventListener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/V8ErrorHandler.cpp
diff --git a/sky/engine/bindings/core/v8/V8ErrorHandler.cpp b/sky/engine/bindings/core/v8/V8ErrorHandler.cpp
index f92c80caa7a1ebc710ec855e9cba32218ac3ee10..94c5c4f6a1a9f799e5a8f0343586e06f7a988053 100644
--- a/sky/engine/bindings/core/v8/V8ErrorHandler.cpp
+++ b/sky/engine/bindings/core/v8/V8ErrorHandler.cpp
@@ -42,8 +42,8 @@
namespace blink {
-V8ErrorHandler::V8ErrorHandler(v8::Local<v8::Object> listener, bool isInline, ScriptState* scriptState)
- : V8EventListener(listener, isInline, scriptState)
+V8ErrorHandler::V8ErrorHandler(v8::Local<v8::Object> listener, ScriptState* scriptState)
+ : V8EventListener(listener, scriptState)
{
}
« no previous file with comments | « sky/engine/bindings/core/v8/V8ErrorHandler.h ('k') | sky/engine/bindings/core/v8/V8EventListener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698