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

Unified Diff: Source/core/history/CachedFrame.cpp

Issue 14323004: Make Frame's ScriptController an OwnPtr and remove the #include (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix 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
« no previous file with comments | « Source/core/dom/ScriptElement.cpp ('k') | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/history/CachedFrame.cpp
diff --git a/Source/core/history/CachedFrame.cpp b/Source/core/history/CachedFrame.cpp
index 86ba2ac77d9f1820893059b79a644be1c8e4eb4e..cc3b0f183ba5960d76f1961b933a9a96ee07efe9 100644
--- a/Source/core/history/CachedFrame.cpp
+++ b/Source/core/history/CachedFrame.cpp
@@ -42,6 +42,7 @@
#include "Page.h"
#include "PageCache.h"
#include "PageTransitionEvent.h"
+#include "ScriptController.h"
#include "SerializedScriptValue.h"
#include <wtf/text/CString.h>
#include <wtf/RefCountedLeakCounter.h>
« no previous file with comments | « Source/core/dom/ScriptElement.cpp ('k') | Source/core/html/HTMLCanvasElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698