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

Unified Diff: sdk/lib/html/templates/html/impl/impl_Range.darttemplate

Issue 11470009: Removing more APIs from Document. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixing tests. Created 8 years 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 | « sdk/lib/html/templates/html/impl/impl_HTMLDocument.darttemplate ('k') | tests/html/client_rect_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/templates/html/impl/impl_Range.darttemplate
diff --git a/sdk/lib/html/templates/html/impl/impl_WebSocket.darttemplate b/sdk/lib/html/templates/html/impl/impl_Range.darttemplate
similarity index 77%
copy from sdk/lib/html/templates/html/impl/impl_WebSocket.darttemplate
copy to sdk/lib/html/templates/html/impl/impl_Range.darttemplate
index 6fb4d40926334f9d23478b14244be4d782fc1db5..3bf47679807ddc4cced04d782162f0c4d36e0de6 100644
--- a/sdk/lib/html/templates/html/impl/impl_WebSocket.darttemplate
+++ b/sdk/lib/html/templates/html/impl/impl_Range.darttemplate
@@ -4,10 +4,11 @@
// WARNING: Do not edit - generated code.
-part of html;
+part of $LIBRARYNAME;
/// @domName $DOMNAME
class $CLASSNAME$EXTENDS$IMPLEMENTS$NATIVESPEC {
- factory $CLASSNAME(String url) => _$(CLASSNAME)FactoryProvider.create$CLASSNAME(url);
+ factory $CLASSNAME() => document.$dom_createRange();
+
$!MEMBERS
}
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_HTMLDocument.darttemplate ('k') | tests/html/client_rect_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698