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

Unified Diff: Source/WebCore/bindings/dart/custom/DartHTMLOptionsCollectionCustom.cpp

Issue 10356141: Stub out indexed setter for HTMLOptionsCollection. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/bindings/dart/custom/DartHTMLOptionsCollectionCustom.cpp
diff --git a/Source/WebCore/bindings/dart/custom/DartHTMLOptionsCollectionCustom.cpp b/Source/WebCore/bindings/dart/custom/DartHTMLOptionsCollectionCustom.cpp
index 97f5205ed8a877e2d9a1f170d7ef18047e9552f4..6589d5d357e9fe5a1335cd50eefc039c4d570c89 100644
--- a/Source/WebCore/bindings/dart/custom/DartHTMLOptionsCollectionCustom.cpp
+++ b/Source/WebCore/bindings/dart/custom/DartHTMLOptionsCollectionCustom.cpp
@@ -58,6 +58,12 @@ void lengthSetter(Dart_NativeArguments)
DART_UNIMPLEMENTED();
}
+void numericIndexSetterCallback(Dart_NativeArguments)
+{
+ // FIXME: proper implementation.
+ DART_UNIMPLEMENTED();
+}
+
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698