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

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

Issue 723583002: Make the parser an implementation detail of the Document (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename textPosition to parserPosition Created 6 years, 1 month 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/ScriptController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/ScriptController.h
diff --git a/sky/engine/bindings/core/v8/ScriptController.h b/sky/engine/bindings/core/v8/ScriptController.h
index 13c039c1cf92f53a6227440562757b425e424ea3..95821a9350f9ea6e76f350668d1a36ccfbf23e48 100644
--- a/sky/engine/bindings/core/v8/ScriptController.h
+++ b/sky/engine/bindings/core/v8/ScriptController.h
@@ -91,8 +91,6 @@ public:
static void setCaptureCallStackForUncaughtExceptions(bool);
- TextPosition eventHandlerPosition() const;
-
void clearWindowProxy();
void updateDocument();
« no previous file with comments | « no previous file | sky/engine/bindings/core/v8/ScriptController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698