Cleanup MediaQueryListListener
Created attachment 208503 [details] Patch
Comment on attachment 208503 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=208503&action=review > Source/WebCore/ChangeLog:8 > + Make MediaQueryListListener a proper WebIDL callback. Nice. Guess you might need to rebaseline the bindings tests.
Committed r153925: <http://trac.webkit.org/changeset/153925>
Re-opened since this is blocked by bug 119768
Re-landed in r154035 with updated test and results.
Bindings generation tests are still failing: http://build.webkit.org/builders/Apple%20MountainLion%20Debug%20WK2%20%28Tests%29?numbuilds=100
(In reply to comment #6) > Bindings generation tests are still failing: > http://build.webkit.org/builders/Apple%20MountainLion%20Debug%20WK2%20%28Tests%29?numbuilds=100 Fixed in r154087.
(In reply to comment #7) > (In reply to comment #6) > > Bindings generation tests are still failing: > > http://build.webkit.org/builders/Apple%20MountainLion%20Debug%20WK2%20%28Tests%29?numbuilds=100 > > Fixed in r154087. Hi: the binding generation tests are still failing in GTK. Before r154087 this was the error: http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/39835/steps/bindings-generation-tests/logs/stdio, after r154087, the error is now: http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/39836/steps/bindings-generation-tests/logs/stdio
(In reply to comment #8) > (In reply to comment #7) > > (In reply to comment #6) > > > Bindings generation tests are still failing: > > > http://build.webkit.org/builders/Apple%20MountainLion%20Debug%20WK2%20%28Tests%29?numbuilds=100 > > > > Fixed in r154087. > > Hi: the binding generation tests are still failing in GTK. Before r154087 this was the error: http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/39835/steps/bindings-generation-tests/logs/stdio, after r154087, the error is now: http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release/builds/39836/steps/bindings-generation-tests/logs/stdio That looks like an unrelated change.