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

Unified Diff: Source/bindings/v8/V8Binding.h

Issue 14334002: Delete WorldContextHandle in favor of DOMWrapperWorld (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: Source/bindings/v8/V8Binding.h
diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
index 5ab2b16ecb0b2951993d0dd58b7c17ae8c18c839..e2ed5a3cf6a4b716ff6f4722b225c0a43a8b5c61 100644
--- a/Source/bindings/v8/V8Binding.h
+++ b/Source/bindings/v8/V8Binding.h
@@ -53,7 +53,6 @@ namespace WebCore {
class DOMStringList;
class ScriptExecutionContext;
- class WorldContextHandle;
const int kMaxRecursionDepth = 22;
@@ -477,7 +476,6 @@ namespace WebCore {
ScriptExecutionContext* toScriptExecutionContext(v8::Handle<v8::Context>);
// Returns the context associated with a ScriptExecutionContext.
- v8::Local<v8::Context> toV8Context(ScriptExecutionContext*, const WorldContextHandle&);
v8::Local<v8::Context> toV8Context(ScriptExecutionContext*, DOMWrapperWorld*);
// Returns the frame object of the window object associated with

Powered by Google App Engine
This is Rietveld 408576698