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

Unified Diff: lib/dom/templates/html/dartium/html_dartium.darttemplate

Issue 10256018: Build fix: rename dom.spawnDomIsolateImpl to spawnDomIsolate. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « lib/dom/src/native_DOMPublic.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/templates/html/dartium/html_dartium.darttemplate
diff --git a/lib/dom/templates/html/dartium/html_dartium.darttemplate b/lib/dom/templates/html/dartium/html_dartium.darttemplate
index b83c203029a695e8f59c4168b0971d4d498ccce5..e18ca8cf071c52d2774da17d0205f1191b3c1fea 100644
--- a/lib/dom/templates/html/dartium/html_dartium.darttemplate
+++ b/lib/dom/templates/html/dartium/html_dartium.darttemplate
@@ -84,7 +84,7 @@ $WRAPCASES
}
spawnDomIsolate(Window targetWindow, String entryPoint) =>
- dom.spawnDomIsolateImpl(_unwrap(targetWindow), entryPoint);
+ dom.spawnDomIsolate(_unwrap(targetWindow), entryPoint);
dom.LayoutTestController get layoutTestController() =>
dom.layoutTestController;
« no previous file with comments | « lib/dom/src/native_DOMPublic.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698