[webkit-reviews] review granted: [Bug 87578] [FileAPI] The result attribute of FileReader shuold use null to replace empty string : [Attachment 144210] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 26 18:02:58 PDT 2012


Kentaro Hara <haraken at chromium.org> has granted Li Yin <li.yin at intel.com>'s
request for review:
Bug 87578: [FileAPI] The result attribute of FileReader shuold use null to
replace empty string
https://bugs.webkit.org/show_bug.cgi?id=87578

Attachment 144210: Patch
https://bugs.webkit.org/attachment.cgi?id=144210&action=review

------- Additional Comments from Kentaro Hara <haraken at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=144210&action=review


> Source/WebCore/ChangeLog:15
> +	   Currently, Firefox, Opera and IE 10 follows the spec, but Webkit
based 
> +	   browser don't.
> +	   WebKit should change the returned value empty string into null to
keep 
> +	   conformance with the spec.

Thanks for the clarification. Then the fix looks reasonable.


More information about the webkit-reviews mailing list