[Webkit-unassigned] [Bug 40832] [GTK] The url passed to the WebView during layout tests is invalid

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


https://bugs.webkit.org/show_bug.cgi?id=40832


Xan Lopez <xan.lopez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #59118|review?                     |review+
               Flag|                            |




--- Comment #3 from Xan Lopez <xan.lopez at gmail.com>  2010-06-24 13:40:32 PST ---
(From update of attachment 59118)
>-    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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list