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

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

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 | « sky/engine/bindings/core/v8/V8ErrorHandler.h ('k') | sky/engine/bindings/core/v8/V8HiddenValue.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 d1cab63fe9af4994b3f4a5059e0337bf7b649759..cbcf2aacca00d35b622001d0057fddf3b07e0a92 100644
--- a/sky/engine/bindings/core/v8/V8ErrorHandler.cpp
+++ b/sky/engine/bindings/core/v8/V8ErrorHandler.cpp
@@ -85,9 +85,4 @@ void V8ErrorHandler::storeExceptionOnErrorEventWrapper(ErrorEvent* event, v8::Ha
}
}
-bool V8ErrorHandler::shouldPreventDefault(v8::Local<v8::Value> returnValue)
-{
- return returnValue->IsBoolean() && returnValue->BooleanValue();
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/bindings/core/v8/V8ErrorHandler.h ('k') | sky/engine/bindings/core/v8/V8HiddenValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698