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

Unified Diff: Source/bindings/core/dart/DartApplicationLoader.h

Issue 974273003: Revert "Revert "Support multiple DOM isolates and tweak devtools frontend to better handle large #s… (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 5 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 | « LayoutTests/dart/reload-crash-two-isolates-expected.txt ('k') | Source/bindings/core/dart/DartController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/dart/DartApplicationLoader.h
diff --git a/Source/bindings/core/dart/DartApplicationLoader.h b/Source/bindings/core/dart/DartApplicationLoader.h
index 8b8767f1b66c612dc93c17400c86037917100eb5..a453a478cd4013bd9dff2c4fd611258509520982 100644
--- a/Source/bindings/core/dart/DartApplicationLoader.h
+++ b/Source/bindings/core/dart/DartApplicationLoader.h
@@ -126,7 +126,9 @@ public:
bool running() const { return m_state >= Running; }
bool error() const { return m_state == Error; }
+ bool uninitialized() const { return m_state == Uninitialized; }
+ const KURL& scriptUrl() { return m_scriptUrl; }
private:
enum State {
// The application failed to load.
« no previous file with comments | « LayoutTests/dart/reload-crash-two-isolates-expected.txt ('k') | Source/bindings/core/dart/DartController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698