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

hans at chromium.org hans at chromium.org
Wed Dec 22 16:32:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 235fb210e8aa8d939e981782115e0748ee721223
Author: hans at chromium.org <hans at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 25 14:40:51 2010 +0000

    2010-11-25  Hans Wennborg  <hans at chromium.org>
    
            Reviewed by Jeremy Orlow.
    
            V8 Bindings: remove faulty include in OptionsObject.h
            https://bugs.webkit.org/show_bug.cgi?id=50073
    
            There is no <wtf/NonCopyable.h>, and the code doesn't try to use it
            either.
    
            No new functionality, no new tests.
    
            * bindings/v8/OptionsObject.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72731 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 32d5407..800722d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,17 @@
+2010-11-25  Hans Wennborg  <hans at chromium.org>
+
+        Reviewed by Jeremy Orlow.
+
+        V8 Bindings: remove faulty include in OptionsObject.h
+        https://bugs.webkit.org/show_bug.cgi?id=50073
+
+        There is no <wtf/NonCopyable.h>, and the code doesn't try to use it
+        either.
+
+        No new functionality, no new tests.
+
+        * bindings/v8/OptionsObject.h:
+
 2010-11-25  Kenneth Rohde Christiansen  <kenneth at webkit.org>
 
         Reviewed by Simon Hausmann.
diff --git a/WebCore/bindings/v8/OptionsObject.h b/WebCore/bindings/v8/OptionsObject.h
index de2f821..fce597b 100644
--- a/WebCore/bindings/v8/OptionsObject.h
+++ b/WebCore/bindings/v8/OptionsObject.h
@@ -28,7 +28,6 @@
 
 #include "PlatformString.h"
 #include <v8.h>
-#include <wtf/NonCopyable.h>
 
 namespace WebCore {
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list