Title: [158347] trunk/Source/WebCore
Revision
158347
Author
commit-qu...@webkit.org
Date
2013-10-30 23:25:12 -0700 (Wed, 30 Oct 2013)

Log Message

[Gtk] Build is failing after r158317
https://bugs.webkit.org/show_bug.cgi?id=123544

Patch by Brendan Long <b.l...@cablelabs.com> on 2013-10-30
Reviewed by Alexey Proskuryakov.

No new tests since this just fixes the build.

* GNUmakefile.list.am: Add JSCryptoKey.cpp and JSCryptoKey.h

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (158346 => 158347)


--- trunk/Source/WebCore/ChangeLog	2013-10-31 05:51:52 UTC (rev 158346)
+++ trunk/Source/WebCore/ChangeLog	2013-10-31 06:25:12 UTC (rev 158347)
@@ -1,3 +1,14 @@
+2013-10-30  Brendan Long  <b.l...@cablelabs.com>
+
+        [Gtk] Build is failing after r158317
+        https://bugs.webkit.org/show_bug.cgi?id=123544
+
+        Reviewed by Alexey Proskuryakov.
+
+        No new tests since this just fixes the build.
+
+        * GNUmakefile.list.am: Add JSCryptoKey.cpp and JSCryptoKey.h
+
 2013-10-30  Andreas Kling  <akl...@apple.com>
 
         Manage EllipsisBox objects with unique_ptr.

Modified: trunk/Source/WebCore/GNUmakefile.list.am (158346 => 158347)


--- trunk/Source/WebCore/GNUmakefile.list.am	2013-10-31 05:51:52 UTC (rev 158346)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2013-10-31 06:25:12 UTC (rev 158347)
@@ -150,6 +150,8 @@
 	DerivedSources/WebCore/JSCSSValue.h \
 	DerivedSources/WebCore/JSCSSValueList.cpp \
 	DerivedSources/WebCore/JSCSSValueList.h \
+	DerivedSources/WebCore/JSCryptoKey.cpp \
+	DerivedSources/WebCore/JSCryptoKey.h \
 	DerivedSources/WebCore/JSCustomEvent.cpp \
 	DerivedSources/WebCore/JSCustomEvent.h \
 	DerivedSources/WebCore/JSDatabase.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to