Add Element.matches, the standard name for webkitMatchesSelector
Created attachment 229779 [details] Patch
Comment on attachment 229779 [details] Patch Nice. r=me
Comment on attachment 229779 [details] Patch Clearing flags on attachment: 229779 Committed r167584: <http://trac.webkit.org/changeset/167584>
All reviewed patches have been landed. Closing bug.
This somehow broke Objective-C bindings generation. Ben, are you around to take a look? http://build.webkit.org/builders/Apple%20Mavericks%20Release%20WK1%20(Tests)/builds/5357/steps/bindings-generation-tests/logs/stdio
Re-opened since this is blocked by bug 131929
Rolled out in <https://trac.webkit.org/r167588>. The diff was: - (void)orange { WebCore::JSMainThreadNullState state; - IMPL->orange(); + IMPL->banana(); }
Created attachment 229830 [details] Patch
Committed r167631: <http://trac.webkit.org/changeset/167631>