Title: [205302] trunk/Source/WebCore
Revision
205302
Author
achristen...@apple.com
Date
2016-09-01 11:38:06 -0700 (Thu, 01 Sep 2016)

Log Message

Fix Mac CMake build after r205266.

* PlatformMac.cmake:
* platform/cocoa/URLParserCocoa.mm: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (205301 => 205302)


--- trunk/Source/WebCore/ChangeLog	2016-09-01 18:34:12 UTC (rev 205301)
+++ trunk/Source/WebCore/ChangeLog	2016-09-01 18:38:06 UTC (rev 205302)
@@ -1,3 +1,10 @@
+2016-09-01  Alex Christensen  <achristen...@webkit.org>
+
+        Fix Mac CMake build after r205266.
+
+        * PlatformMac.cmake:
+        * platform/cocoa/URLParserCocoa.mm: Removed.
+
 2016-09-01  Javier Fernandez  <jfernan...@igalia.com>
 
         Unreviewed build fix after r205102.

Modified: trunk/Source/WebCore/PlatformMac.cmake (205301 => 205302)


--- trunk/Source/WebCore/PlatformMac.cmake	2016-09-01 18:34:12 UTC (rev 205301)
+++ trunk/Source/WebCore/PlatformMac.cmake	2016-09-01 18:38:06 UTC (rev 205302)
@@ -329,7 +329,6 @@
     platform/cocoa/SystemVersion.mm
     platform/cocoa/TelephoneNumberDetectorCocoa.cpp
     platform/cocoa/ThemeCocoa.mm
-    platform/cocoa/URLParserCocoa.mm
     platform/cocoa/VNodeTrackerCocoa.cpp
     platform/cocoa/WebCoreNSErrorExtras.mm
 

Deleted: trunk/Source/WebCore/platform/cocoa/URLParserCocoa.mm (205301 => 205302)


--- trunk/Source/WebCore/platform/cocoa/URLParserCocoa.mm	2016-09-01 18:34:12 UTC (rev 205301)
+++ trunk/Source/WebCore/platform/cocoa/URLParserCocoa.mm	2016-09-01 18:38:06 UTC (rev 205302)
@@ -1,37 +0,0 @@
-/*
- * Copyright (C) 2016 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import "config.h"
-#import "URLParser.h"
-
-namespace WebCore {
-    
-bool URLParser::URLParserEnabled()
-{
-    static bool use = [[NSUserDefaults standardUserDefaults] boolForKey:@"URLParserEnabled"];
-    return use;
-}
-
-}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to