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

Unified Diff: client/html/src/_FactoryProviders.dart

Issue 8769021: Get html-diff running again. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix the frog/world change. Created 9 years, 1 month 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 | « client/html/src/XMLHttpRequestWrappingImplementation.dart ('k') | frog/frogsh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/_FactoryProviders.dart
diff --git a/client/html/src/_FactoryProviders.dart b/client/html/src/_FactoryProviders.dart
index de4680e2cefe62ccb65a14651e7d2fbb705d6fd7..ca12791a958e3e3151c65c8f65db252ec877cc21 100644
--- a/client/html/src/_FactoryProviders.dart
+++ b/client/html/src/_FactoryProviders.dart
@@ -23,7 +23,6 @@ class CSSMatrixFactoryProvider {
class PointFactoryProvider {
- /** @domName Window.createWebKitPoint */
factory Point(num x, num y) {
return new PointWrappingImplementation._wrap(new dom.WebKitPoint(x, y));
}
« no previous file with comments | « client/html/src/XMLHttpRequestWrappingImplementation.dart ('k') | frog/frogsh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698