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

Unified Diff: Source/bindings/core/dart/DartNativeUtilities.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/DartNativeUtilities.h
diff --git a/Source/bindings/core/dart/DartNativeUtilities.h b/Source/bindings/core/dart/DartNativeUtilities.h
index 430261628e058fb1feb9ad78db4c9706aa0b2ab7..5e6beed05a9efb2d939d50871b21a0bc94ff87e4 100644
--- a/Source/bindings/core/dart/DartNativeUtilities.h
+++ b/Source/bindings/core/dart/DartNativeUtilities.h
@@ -33,6 +33,8 @@
#include <dart_api.h>
#include <dart_mirrors_api.h>
+#include "bindings/core/dart/DartApplicationLoader.h"
+
namespace blink {
Dart_NativeFunction commonHtmlResolver(Dart_Handle, int, bool*);

Powered by Google App Engine
This is Rietveld 408576698