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

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

Issue 836023005: Oilpan: fix build after r187923. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/WindowProxyManager.h
diff --git a/Source/bindings/core/v8/WindowProxyManager.h b/Source/bindings/core/v8/WindowProxyManager.h
index c454f0fad241519870cfcee49f42d778327e11ba..026a87327ee64562a7de01ff5475be92524d099a 100644
--- a/Source/bindings/core/v8/WindowProxyManager.h
+++ b/Source/bindings/core/v8/WindowProxyManager.h
@@ -18,7 +18,7 @@ class ScriptState;
class SecurityOrigin;
class WindowProxy;
-class WindowProxyManager : public NoBaseWillBeGarbageCollected<WindowProxyManager> {
+class WindowProxyManager : public NoBaseWillBeGarbageCollectedFinalized<WindowProxyManager> {
public:
static PassOwnPtrWillBeRawPtr<WindowProxyManager> create(Frame*);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698