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 1492763002: Add a utility class to call stream methods implemented with v8 extras. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-extra-switch
Patch Set: Created 5 years 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 85d783016eae960cb377b67d700b6dd943560b32..f683bf291b8898c55279245609b78b457436e6ef 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.h
@@ -113,6 +113,7 @@ public:
bool evalEnabled() const;
void setEvalEnabled(bool);
ScriptValue getFromGlobalObject(const char* name);
+ ScriptValue getFromExtrasExports(const char* name);
protected:
ScriptState(v8::Local<v8::Context>, PassRefPtr<DOMWrapperWorld>);

Powered by Google App Engine
This is Rietveld 408576698