[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

luiz at webkit.org luiz at webkit.org
Wed Dec 22 16:22:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f46dcbc79572f5b9a897261a73af3cd5e26aeac7
Author: luiz at webkit.org <luiz at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 22 22:01:01 2010 +0000

    2010-11-22  Luiz Agostini  <luiz.agostini at openbossa.org>
    
            Unreviewed, Windows build fix.
    
            Adding JSMediaQueryList to DerivedSources.cpp.
    
            * DerivedSources.cpp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72557 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 03f1c21..ec89496 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-22  Luiz Agostini  <luiz.agostini at openbossa.org>
+
+        Unreviewed, Windows build fix.
+
+        Adding JSMediaQueryList to DerivedSources.cpp.
+
+        * DerivedSources.cpp:
+
 2010-11-22  Adam Roben  <aroben at apple.com>
 
         Use paths relative to $WebKitVSPropsRedirectionDir to access shared .vsprops files
diff --git a/WebCore/DerivedSources.cpp b/WebCore/DerivedSources.cpp
index 5d2d10a..fbb618a 100644
--- a/WebCore/DerivedSources.cpp
+++ b/WebCore/DerivedSources.cpp
@@ -224,6 +224,7 @@
 #include "JSLocation.cpp"
 #include "JSMediaError.cpp"
 #include "JSMediaList.cpp"
+#include "JSMediaQueryList.cpp"
 #include "JSMemoryInfo.cpp"
 #include "JSMessageChannel.cpp"
 #include "JSMessageEvent.cpp"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list