Unreviewed attempt at a build fix for 64-bit debug build,
authorzandobersek@gmail.com <zandobersek@gmail.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 29 Jun 2012 10:31:14 +0000 (10:31 +0000)
committerzandobersek@gmail.com <zandobersek@gmail.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 29 Jun 2012 10:31:14 +0000 (10:31 +0000)
touch InsertionPoint.cpp to try to get it rebuilt.

* html/shadow/InsertionPoint.cpp:
(WebCore):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121546 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/html/shadow/InsertionPoint.cpp

index d27d128..2dfaeb6 100644 (file)
@@ -1,3 +1,11 @@
+2012-06-29  Zan Dobersek  <zandobersek@gmail.com>
+
+        Unreviewed attempt at a build fix for 64-bit debug build,
+        touch InsertionPoint.cpp to try to get it rebuilt.
+
+        * html/shadow/InsertionPoint.cpp:
+        (WebCore):
+
 2012-06-29  Oswald Buddenhagen  <oswald.buddenhagen@nokia.com>
 
         [Qt] Don't add Qt module dependencies in features.prf
index 0794c34..c1e0200 100644 (file)
@@ -143,5 +143,4 @@ void InsertionPoint::removedFrom(ContainerNode* insertionPoint)
     HTMLElement::removedFrom(insertionPoint);
 }
 
-
 } // namespace WebCore