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

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

Issue 2823473002: Remove ScriptState::GetFromExtrasExports (Closed)
Patch Set: 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
Index: third_party/WebKit/Source/bindings/core/v8/ScriptState.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
index be40f2dac50d4309376d78fed968ed58bb4eb56f..aa51953bf744e290743daf37b41f49168e35f283 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
@@ -149,8 +149,6 @@ class CORE_EXPORT ScriptState : public RefCounted<ScriptState> {
V8PerContextData* PerContextData() const { return per_context_data_.get(); }
void DisposePerContextData();
- ScriptValue GetFromExtrasExports(const char* name);
-
protected:
ScriptState(v8::Local<v8::Context>, PassRefPtr<DOMWrapperWorld>);

Powered by Google App Engine
This is Rietveld 408576698