Title: [121546] trunk/Source/WebCore
Revision
121546
Author
[email protected]
Date
2012-06-29 03:31:14 -0700 (Fri, 29 Jun 2012)

Log Message

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):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (121545 => 121546)


--- trunk/Source/WebCore/ChangeLog	2012-06-29 10:15:22 UTC (rev 121545)
+++ trunk/Source/WebCore/ChangeLog	2012-06-29 10:31:14 UTC (rev 121546)
@@ -1,3 +1,11 @@
+2012-06-29  Zan Dobersek  <[email protected]>
+
+        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  <[email protected]>
 
         [Qt] Don't add Qt module dependencies in features.prf

Modified: trunk/Source/WebCore/html/shadow/InsertionPoint.cpp (121545 => 121546)


--- trunk/Source/WebCore/html/shadow/InsertionPoint.cpp	2012-06-29 10:15:22 UTC (rev 121545)
+++ trunk/Source/WebCore/html/shadow/InsertionPoint.cpp	2012-06-29 10:31:14 UTC (rev 121546)
@@ -143,5 +143,4 @@
     HTMLElement::removedFrom(insertionPoint);
 }
 
-
 } // namespace WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to