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

Unified Diff: DartApplicationLoader.h

Issue 18024004: Bugfix in DOM bindings: canonicalize URLs even if no ApplicationLoader is available (Closed) Base URL: http://src.chromium.org/multivm/trunk/webkit/Source/bindings/dart
Patch Set: Created 7 years, 5 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 | « no previous file | DartApplicationLoader.cpp » ('j') | DartApplicationLoader.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DartApplicationLoader.h
diff --git a/DartApplicationLoader.h b/DartApplicationLoader.h
index cd6fedd71969759915e8c8d04fc30d08f82db211..5c8966c1eb1910a1ac3d9d86959f0ada337fe466 100644
--- a/DartApplicationLoader.h
+++ b/DartApplicationLoader.h
@@ -68,7 +68,8 @@ private:
void loadMainScript(const String& url, const String& source);
static Dart_Handle libraryTagHandlerCallback(Dart_LibraryTag tag, Dart_Handle library, Dart_Handle url);
- Dart_Handle libraryTagHandler(Dart_LibraryTag tag, Dart_Handle library, Dart_Handle url);
+ static Dart_Handle CanonicalizeUrl(Dart_Handle urlHandle, String url, String libraryURL);
+ Dart_Handle libraryTagHandler(Dart_LibraryTag tag, Dart_Handle urlHandle, String url, String libraryURL);
Dart_Isolate m_isolate;
// Client must ensure that DartApplicationLoader doesn't outlive corresponding document.
« no previous file with comments | « no previous file | DartApplicationLoader.cpp » ('j') | DartApplicationLoader.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698