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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 18:35:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7e2f2b55b3bf60b5b78cca288c3dcaa18fb8eb75
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 14 12:03:15 2010 +0000

    2010-12-14  Charlie Reis  <creis at chromium.org>
    
            Reviewed by Darin Adler.
    
            Remove stale include of Document.h in V8DOMWrapper.h
            https://bugs.webkit.org/show_bug.cgi?id=50607
    
            We no longer need to include Document.h or V8DOMMap.h in
            V8DOMWrapper.  Removing them to avoid dependencies.
    
            * bindings/v8/V8DOMWrapper.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74014 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9226806..564756a 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-12-14  Charlie Reis  <creis at chromium.org>
+
+        Reviewed by Darin Adler.
+
+        Remove stale include of Document.h in V8DOMWrapper.h
+        https://bugs.webkit.org/show_bug.cgi?id=50607
+
+        We no longer need to include Document.h or V8DOMMap.h in
+        V8DOMWrapper.  Removing them to avoid dependencies.
+
+        * bindings/v8/V8DOMWrapper.h:
+
 2010-12-14  Julien Chaffraix  <jchaffraix at codeaurora.org>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/bindings/v8/V8DOMWrapper.h b/WebCore/bindings/v8/V8DOMWrapper.h
index be42aa4..7f4490a 100644
--- a/WebCore/bindings/v8/V8DOMWrapper.h
+++ b/WebCore/bindings/v8/V8DOMWrapper.h
@@ -31,14 +31,12 @@
 #ifndef V8DOMWrapper_h
 #define V8DOMWrapper_h
 
-#include "Document.h"
 #include "Event.h"
 #include "IsolatedWorld.h"
 #include "Node.h"
 #include "NodeFilter.h"
 #include "PlatformString.h"
 #include "V8CustomXPathNSResolver.h"
-#include "V8DOMMap.h"
 #include "V8Event.h"
 #include "V8Utilities.h"
 #include "V8XPathNSResolver.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list