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

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

Issue 1167343002: Add methods for creating V8 extras-based ReadableStreams from C++ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove C++ queuing strategies Created 5 years, 6 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: Source/bindings/core/v8/ScriptState.h
diff --git a/Source/bindings/core/v8/ScriptState.h b/Source/bindings/core/v8/ScriptState.h
index e13d9d721c0fc3efc1839954f05fb28d16ac48be..c1b418a8a2b1652e0b7161a31f5ddcb722db232c 100644
--- a/Source/bindings/core/v8/ScriptState.h
+++ b/Source/bindings/core/v8/ScriptState.h
@@ -109,6 +109,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