RESOLVED FIXED 121306
Remove layering-violating Pasteboard::writeURL (for all platforms now)
https://bugs.webkit.org/show_bug.cgi?id=121306
Summary Remove layering-violating Pasteboard::writeURL (for all platforms now)
Darin Adler
Reported 2013-09-13 10:20:57 PDT
Remove layering-violating Pasteboard::writeURL (for all platforms now)
Attachments
Patch (14.76 KB, patch)
2013-09-13 10:37 PDT, Darin Adler
koivisto: review+
webkit-ews: commit-queue-
Darin Adler
Comment 1 2013-09-13 10:37:07 PDT
Antti Koivisto
Comment 2 2013-09-13 10:42:38 PDT
Comment on attachment 211562 [details] Patch r=me
Early Warning System Bot
Comment 3 2013-09-13 10:43:42 PDT
Darin Adler
Comment 4 2013-09-13 10:45:09 PDT
Frédéric Wang (:fredw)
Comment 5 2013-09-13 22:24:31 PDT
This fails to build in Debug mode (GTK): Pasteboard::write should have - ASSERT(!url.isEmpty()); + ASSERT(!pasteboardURL.url.isEmpty()); I guess.
Note You need to log in before you can comment on or make changes to this bug.