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

Unified Diff: Source/core/html/FormData.idl

Issue 282873004: IDL: overload resolution for string and enumeration arguments (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline tests Created 6 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
Index: Source/core/html/FormData.idl
diff --git a/Source/core/html/FormData.idl b/Source/core/html/FormData.idl
index af47b46750cb30501cf367332193c2f36190fe6c..49914a7b35cb127cef7ab8a0c048075ec39616ce 100644
--- a/Source/core/html/FormData.idl
+++ b/Source/core/html/FormData.idl
@@ -28,6 +28,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#formdata
+
[
Constructor(optional HTMLFormElement form),
Exposed=Window&Worker,
@@ -37,4 +39,3 @@
void append(DOMString name, Blob value, optional DOMString filename);
void append(DOMString name, DOMString value);
};
-
« no previous file with comments | « Source/bindings/tests/results/V8TestObject.cpp ('k') | Source/core/html/canvas/CanvasRenderingContext2D.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698