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

Unified Diff: lib/html/dartium/html_dartium.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 9960005: TBR... Fix a Dartium bug that was uncaught because we weren't really using the latest version of da… (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:
Download patch
« no previous file with comments | « lib/dom/templates/html/dartium/impl_Window.darttemplate ('k') | lib/html/release/html.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dartium/html_dartium.dart
diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
index fc79422f9757cb7d89d8963fed49791ba45568fe..0f4eb873acd87b3c73da245441337f80b970e944 100644
--- a/lib/html/dartium/html_dartium.dart
+++ b/lib/html/dartium/html_dartium.dart
@@ -20969,7 +20969,7 @@ class _WheelEventImpl extends _UIEventImpl implements WheelEvent {
class _WindowImpl extends _EventTargetImpl implements Window {
- _DocumentImpl get document() => _wrap(_ptr.document.documentElement);
+ _DocumentImpl get document() => _wrap(_ptr.document);
void requestLayoutFrame(TimeoutHandler callback) {
_addMeasurementFrameCallback(callback);
« no previous file with comments | « lib/dom/templates/html/dartium/impl_Window.darttemplate ('k') | lib/html/release/html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698