Title: [156448] trunk/Source/WebCore
Revision
156448
Author
beid...@apple.com
Date
2013-09-25 21:50:12 -0700 (Wed, 25 Sep 2013)

Log Message

Unreviewed, blind attempt at a build fix.

* inspector/InspectorIndexedDBAgent.cpp: Don’t include the keyPathFromIDBKeyPath method for
  PLATFORM(MAC) as it is unused.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (156447 => 156448)


--- trunk/Source/WebCore/ChangeLog	2013-09-26 04:15:56 UTC (rev 156447)
+++ trunk/Source/WebCore/ChangeLog	2013-09-26 04:50:12 UTC (rev 156448)
@@ -1,5 +1,12 @@
 2013-09-25  Brady Eidson  <beid...@apple.com>
 
+        Unreviewed, blind attempt at a build fix.
+
+        * inspector/InspectorIndexedDBAgent.cpp: Don’t include the keyPathFromIDBKeyPath method for
+          PLATFORM(MAC) as it is unused.
+
+2013-09-25  Brady Eidson  <beid...@apple.com>
+
         Enable the IndexedDB build on Mac, but leave the feature non-functional
         https://bugs.webkit.org/show_bug.cgi?id=121918
 

Modified: trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp (156447 => 156448)


--- trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp	2013-09-26 04:15:56 UTC (rev 156447)
+++ trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp	2013-09-26 04:50:12 UTC (rev 156448)
@@ -241,6 +241,7 @@
     return idbIndex;
 }
 
+#if !PLATFORM(MAC)
 static PassRefPtr<KeyPath> keyPathFromIDBKeyPath(const IDBKeyPath& idbKeyPath)
 {
     RefPtr<KeyPath> keyPath;
@@ -267,6 +268,7 @@
 
     return keyPath.release();
 }
+#endif // !PLATFORM(MAC)
 
 class DatabaseLoader : public ExecutableWithDatabase {
 public:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to