Source/WebCore/ChangeLog

 12011-12-20 Kentaro Hara <haraken@chromium.org>
 2
 3 WIP: one line patch to check if win build passes or not
 4 https://bugs.webkit.org/show_bug.cgi?id=74900
 5
 6 Reviewed by NOBODY (OOPS!).
 7
 8 * bindings/js/JSDOMWindowCustom.cpp:
 9 (WebCore::JSDOMWindow::option):
 10
1112011-12-19 Kentaro Hara <haraken@chromium.org>
212
313 Unreviewed. Rebaselined run-bindings-tests results.

Source/WebCore/bindings/js/JSDOMWindowCustom.cpp

@@JSValue JSDOMWindow::image(ExecState* exec) const
483483
484484JSValue JSDOMWindow::option(ExecState* exec) const
485485{
 486
486487 return getDOMConstructor<JSHTMLOptionElementNamedConstructor>(exec, this);
487488}
488489