[webkit-reviews] review granted: [Bug 40832] [GTK] The url passed to the WebView during layout tests is invalid : [Attachment 59118] Patch for this issue + a small cleanup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 24 13:40:31 PDT 2010


Xan Lopez <xan.lopez at gmail.com> has granted Martin Robinson
<mrobinson at webkit.org>'s request for review:
Bug 40832: [GTK] The url passed to the WebView during layout tests is invalid
https://bugs.webkit.org/show_bug.cgi?id=40832

Attachment 59118: Patch for this issue + a small cleanup
https://bugs.webkit.org/attachment.cgi?id=59118&action=review

------- Additional Comments from Xan Lopez <xan.lopez at gmail.com>
>-    bool isSVGW3CTest =
(gLayoutTestController->testPathOrURL().find("svg/W3C-SVG-1.1") !=
string::npos);
>+    bool isSVGW3CTest = (testURL.find("svg/W3C-SVG-1.1") != string::npos);

No need for that parenthesis.


More information about the webkit-reviews mailing list