[WK2] UIProcess should check that WebProcess isn't sending unexpected file...
authorap@apple.com <ap@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 22 Sep 2011 01:01:26 +0000 (01:01 +0000)
committerap@apple.com <ap@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 22 Sep 2011 01:01:26 +0000 (01:01 +0000)
commit69a5ce00499e7b6b45f501e189d82f031a4cb3cd
tree7a86b2b28963c64d8aefe1a7ac5ed7b248c3d154
parent7ab42b1fb12539d9753f6e21889e2396b3bdff51
    [WK2] UIProcess should check that WebProcess isn't sending unexpected file: URLs to it
        https://bugs.webkit.org/show_bug.cgi?id=68573

        Unreviewed follow-up fix.

        * UIProcess/WebProcessProxy.cpp: (WebKit::WebProcessProxy::checkURLReceivedFromWebProcess):
        Just like we allow null URLs, also allow empty strings.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95690 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebKit2/ChangeLog
Source/WebKit2/UIProcess/WebProcessProxy.cpp