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

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

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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/dart/DartApplicationLoader.h
diff --git a/Source/bindings/core/dart/DartApplicationLoader.h b/Source/bindings/core/dart/DartApplicationLoader.h
index 63c783c6c1367b63e05110b17cb9c130b5649fe2..5476b824c6cb3a5a028feea0c1126467bb681577 100644
--- a/Source/bindings/core/dart/DartApplicationLoader.h
+++ b/Source/bindings/core/dart/DartApplicationLoader.h
@@ -131,6 +131,9 @@ public:
bool uninitialized() const { return m_state == Uninitialized; }
const KURL& scriptUrl() { return m_scriptUrl; }
+
+ static void initializePlaceholderInteropClasses();
+
private:
enum State {
// The application failed to load.
@@ -208,7 +211,6 @@ private:
RefPtr<DartErrorEventDispatcher> m_errorEventDispatcher;
RefPtr<Callback> m_loadCallback;
bool m_domEnabled;
- bool m_cacheable;
ScriptList m_htmlImportedScripts;
UrlSet m_pendingLibraries;
@@ -219,7 +221,6 @@ private:
String m_packageRoot;
State m_state;
- SnapshotMode m_snapshotMode;
friend class DartService;
friend class ScriptLoadedCallback;
« no previous file with comments | « LayoutTests/dart/resources/multi-wrapper-frame-child.html ('k') | Source/bindings/core/dart/DartApplicationLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698