Title: [140059] trunk/Source/WebCore
Revision
140059
Author
commit-qu...@webkit.org
Date
2013-01-17 15:23:09 -0800 (Thu, 17 Jan 2013)

Log Message

[GTK] IndexedDB: Add LevelDB headers to include path if IndexedDB is enabled
https://bugs.webkit.org/show_bug.cgi?id=107181

Patch by Michael Pruett <mich...@68k.org> on 2013-01-17
Reviewed by Martin Robinson.

No new tests as this is just a build change.

* GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140058 => 140059)


--- trunk/Source/WebCore/ChangeLog	2013-01-17 23:21:25 UTC (rev 140058)
+++ trunk/Source/WebCore/ChangeLog	2013-01-17 23:23:09 UTC (rev 140059)
@@ -1,3 +1,14 @@
+2013-01-17  Michael Pruett  <mich...@68k.org>
+
+        [GTK] IndexedDB: Add LevelDB headers to include path if IndexedDB is enabled
+        https://bugs.webkit.org/show_bug.cgi?id=107181
+
+        Reviewed by Martin Robinson.
+
+        No new tests as this is just a build change.
+
+        * GNUmakefile.am:
+
 2013-01-17  Eric Seidel  <e...@webkit.org>
 
         The threaded html parser hangs when parsing empty documents (and about:blank)

Modified: trunk/Source/WebCore/GNUmakefile.am (140058 => 140059)


--- trunk/Source/WebCore/GNUmakefile.am	2013-01-17 23:21:25 UTC (rev 140058)
+++ trunk/Source/WebCore/GNUmakefile.am	2013-01-17 23:23:09 UTC (rev 140059)
@@ -338,7 +338,9 @@
 
 if ENABLE_INDEXED_DATABASE
 webcore_cppflags += \
-	-DWTF_USE_LEVELDB=1
+	-DWTF_USE_LEVELDB=1 \
+	-I$(srcdir)/Source/ThirdParty/leveldb \
+	-I$(srcdir)/Source/ThirdParty/leveldb/include
 endif
 
 # Fill the feature_defines variable with all the defines, making it possible
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to