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

Unified Diff: LayoutTests/dart/multi-wrapper-frame-test.html

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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 | « LayoutTests/dart/microtask-queue-expected.txt ('k') | LayoutTests/dart/multiscript-js-interop.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/multi-wrapper-frame-test.html
diff --git a/LayoutTests/dart/multi-wrapper-frame-test.html b/LayoutTests/dart/multi-wrapper-frame-test.html
index 9f246aa08d74de790b3b81245c7db361ee3defca..a6a83ea9531d4fffef4d26a56a750ad8fa4f6e30 100644
--- a/LayoutTests/dart/multi-wrapper-frame-test.html
+++ b/LayoutTests/dart/multi-wrapper-frame-test.html
@@ -23,7 +23,7 @@ void iframeLoaded(iframe) {
retainWrappers.add(print(iframe.contentWindow.location));
var jsIframe = new JsObject.fromBrowserObject(iframe);
retainWrappers.add(print(jsIframe['contentDocument']));
- var childNode = jsIframe['contentDocument'].callMethod('getElementById', ['child-div']);
+ var childNode = jsIframe['contentDocument'].getElementById('child-div');
retainWrappers.add(print(childNode));
if (iframes == 3) {
« no previous file with comments | « LayoutTests/dart/microtask-queue-expected.txt ('k') | LayoutTests/dart/multiscript-js-interop.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698