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

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

Issue 2543703003: Added setting up VMLibraryHooks for Dartium to support resolvePageUri (Closed)
Patch Set: Added setting up VMLibraryHooks for Dartium to support resolvePageUri Created 3 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/DartLibraryIds.h
diff --git a/Source/bindings/core/dart/DartLibraryIds.h b/Source/bindings/core/dart/DartLibraryIds.h
index 8ac72fdb911c2dd96ba6ab1434d5233ff49c824d..8133fd48b2e2feddc6a5c7e23444729b906b86ab 100644
--- a/Source/bindings/core/dart/DartLibraryIds.h
+++ b/Source/bindings/core/dart/DartLibraryIds.h
@@ -38,6 +38,7 @@ enum {
DartBlinkLibraryId,
DartHtmlLibraryId,
DartSvgLibraryId,
+ DartBuiltinLibraryId,
siva 2017/01/06 21:39:33 Would not be needed if you put the resolveURI hook
terry 2017/01/09 21:06:02 Right - eliminated.
NumDartLibraryIds,
};

Powered by Google App Engine
This is Rietveld 408576698