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

Unified Diff: Source/core/inspector/InjectedScript.h

Issue 1689873002: Enable inspector tests disabled when dart:html was switched to JS interop. (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 10 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 | « Source/bindings/core/dart/DartInjectedScript.cpp ('k') | Source/core/inspector/InjectedScript.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InjectedScript.h
diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h
index 92e44fbab42316e6f93cbb5bd4d80e524095b77b..2e0b2efaa36adea0422b4f61c8c81970d35aad15 100644
--- a/Source/core/inspector/InjectedScript.h
+++ b/Source/core/inspector/InjectedScript.h
@@ -116,6 +116,10 @@ public:
void setCustomObjectFormatterEnabled(bool);
+ // Added for Dart.
+ ScriptValue injectedScriptObject() { return m_injectedScriptObject; }
+ // End of block added for Dart.
+
private:
friend InjectedScript InjectedScriptManager::injectedScriptFor(ScriptState*);
using InspectedStateAccessCheck = bool (*)(ScriptState*);
« no previous file with comments | « Source/bindings/core/dart/DartInjectedScript.cpp ('k') | Source/core/inspector/InjectedScript.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698