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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptController.h

Issue 2790283002: Use PluginView type rather than FrameViewBase for v8 Script object. (Closed)
Patch Set: Format if/return as per comment Created 3 years, 9 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 | third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
index 3469048d16889ce72b2e4b7678c309c4b182b25a..ddc64a7d9c60cba62793993d87abbbaf90f41ed7 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
@@ -48,9 +48,9 @@ namespace blink {
class DOMWrapperWorld;
class Element;
-class FrameViewBase;
class KURL;
class LocalFrame;
+class PluginView;
class ScriptSourceCode;
class SecurityOrigin;
@@ -114,7 +114,7 @@ class CORE_EXPORT ScriptController final
// ignored when evaluating resources injected into the DOM.
bool shouldBypassMainWorldCSP();
- PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(FrameViewBase*);
+ PassRefPtr<SharedPersistent<v8::Object>> createPluginWrapper(PluginView&);
void enableEval();
void disableEval(const String& errorMessage);
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698