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

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

Issue 10990055: Hide VM-only coreimpl List implementation types. These should not be (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x64 as well, sigh. Created 8 years, 3 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
Index: lib/html/dartium/html_dartium.dart
diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
index 3a4d3e3d277a6485ec96bb171912df418b2d7b1f..1abfc907caf4b421d99b81d2677f47e9d868d4a7 100644
--- a/lib/html/dartium/html_dartium.dart
+++ b/lib/html/dartium/html_dartium.dart
@@ -44005,7 +44005,7 @@ class _NPObject extends NativeFieldWrapperClass1 {
_NPObject();
static _NPObject retrieve(String key) native "NPObject_retrieve";
property(String propertyName) native "NPObject_property";
- invoke(String methodName, [ObjectArray args = null]) native "NPObject_invoke";
+ invoke(String methodName, [List args = null]) native "NPObject_invoke";
}
class _DOMWindowCrossFrameImpl extends NativeFieldWrapperClass1 implements Window {

Powered by Google App Engine
This is Rietveld 408576698