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

Unified Diff: sky/engine/core/dom/ExecutionContext.h

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/core/dom/Element.idl ('k') | sky/engine/core/dom/ExecutionContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/ExecutionContext.h
diff --git a/sky/engine/core/dom/ExecutionContext.h b/sky/engine/core/dom/ExecutionContext.h
index 95221e6de92911462e4a904b044a6c1650c1c966..6037a77b788aa1037b4cf348b1ebe688eb9fb2c5 100644
--- a/sky/engine/core/dom/ExecutionContext.h
+++ b/sky/engine/core/dom/ExecutionContext.h
@@ -65,7 +65,6 @@ public:
KURL contextURL() const { return virtualURL(); }
KURL contextCompleteURL(const String& url) const { return virtualCompleteURL(url); }
- bool shouldSanitizeScriptError(const String& sourceURL);
void reportException(PassRefPtr<ErrorEvent>, int scriptId, PassRefPtr<ScriptCallStack>);
void addConsoleMessage(PassRefPtr<ConsoleMessage>);
« no previous file with comments | « sky/engine/core/dom/Element.idl ('k') | sky/engine/core/dom/ExecutionContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698