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

Unified Diff: client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart

Issue 9264057: Refresh dart:dom libraries from WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: CR changes Created 8 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
Index: client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
index 6a094c69adb1d2509dc7e58219a108a31a3ffe2b..654a3a9edffd11cb8b2ad958c5568ae927326beb 100644
--- a/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
@@ -403,7 +403,7 @@ class _DOMWindowWrappingImplementation extends DOMWrapperBase implements DOMWind
static Database _openDatabase(receiver, name, version, displayName, estimatedSize) native;
static Database _openDatabase_2(receiver, name, version, displayName, estimatedSize, creationCallback) native;
- void postMessage(String message, String targetOrigin, [List messagePorts = null]) {
+ void postMessage(Dynamic message, String targetOrigin, [List messagePorts = null]) {
if (messagePorts === null) {
_postMessage(this, message, targetOrigin);
return;
@@ -530,7 +530,7 @@ class _DOMWindowWrappingImplementation extends DOMWrapperBase implements DOMWind
}
static WebKitPoint _webkitConvertPointFromPageToNode(receiver, node, p) native;
- void webkitPostMessage(String message, String targetOrigin, [List transferList = null]) {
+ void webkitPostMessage(Dynamic message, String targetOrigin, [List transferList = null]) {
if (transferList === null) {
_webkitPostMessage(this, message, targetOrigin);
return;

Powered by Google App Engine
This is Rietveld 408576698