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

Unified Diff: Source/bindings/core/v8/WindowProxy.h

Issue 1110433002: Make Isolate as the first argument. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix Compile error Created 5 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
« no previous file with comments | « Source/bindings/core/v8/V8ValueCache.h ('k') | Source/bindings/core/v8/WindowProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/WindowProxy.h
diff --git a/Source/bindings/core/v8/WindowProxy.h b/Source/bindings/core/v8/WindowProxy.h
index 594c73ab8bba67a3ed56bf290e410dff1c9ef648..cde983ab71ee5d876aae5c8a651d61640e3c9219 100644
--- a/Source/bindings/core/v8/WindowProxy.h
+++ b/Source/bindings/core/v8/WindowProxy.h
@@ -52,7 +52,7 @@ class SecurityOrigin;
// persist between navigations.
class WindowProxy final : public NoBaseWillBeGarbageCollectedFinalized<WindowProxy> {
public:
- static PassOwnPtrWillBeRawPtr<WindowProxy> create(Frame*, DOMWrapperWorld&, v8::Isolate*);
+ static PassOwnPtrWillBeRawPtr<WindowProxy> create(v8::Isolate*, Frame*, DOMWrapperWorld&);
~WindowProxy();
DECLARE_TRACE();
« no previous file with comments | « Source/bindings/core/v8/V8ValueCache.h ('k') | Source/bindings/core/v8/WindowProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698