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

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

Issue 2855753002: Simplify HTMLPlugInElement::PluginWrapper to not use SharedPersistent. (Closed)
Patch Set: no need for mutable Created 3 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 | « 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 94203c30a5040019de9bbd7657eed598696dd2ce..901afc394b9646e902fdf793997407fb252f6681 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
@@ -50,7 +50,6 @@ class DOMWrapperWorld;
class Element;
class KURL;
class LocalFrame;
-class PluginView;
class ScriptSourceCode;
class SecurityOrigin;
@@ -117,8 +116,6 @@ class CORE_EXPORT ScriptController final
// ignored when evaluating resources injected into the DOM.
bool ShouldBypassMainWorldCSP();
- PassRefPtr<SharedPersistent<v8::Object>> CreatePluginWrapper(PluginView&);
-
void EnableEval();
void DisableEval(const String& error_message);
« 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