Changeset 205671 in webkit


Ignore:
Timestamp:
Sep 8, 2016 3:33:36 PM (8 years ago)
Author:
achristensen@apple.com
Message:

Fix URLs after r205669.
https://bugs.webkit.org/show_bug.cgi?id=161731

  • platform/URLParser.cpp:

(WebCore::URLParser::enabled):
I accidentally committed enabling the URLParser by default. Not ready yet.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r205670 r205671  
     12016-09-08  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix URLs after r205669.
     4        https://bugs.webkit.org/show_bug.cgi?id=161731
     5
     6        * platform/URLParser.cpp:
     7        (WebCore::URLParser::enabled):
     8        I accidentally committed enabling the URLParser by default.  Not ready yet.
     9
    1102016-09-08  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebCore/platform/URLParser.cpp

    r205669 r205671  
    15091509bool URLParser::enabled()
    15101510{
    1511     return true;
     1511    return urlParserEnabled;
    15121512}
    15131513
Note: See TracChangeset for help on using the changeset viewer.