From: zandobersek@gmail.com Date: Fri, 29 Jun 2012 10:31:14 +0000 (+0000) Subject: Unreviewed attempt at a build fix for 64-bit debug build, X-Git-Tag: 070512121124~343 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e42657b44a79f5e9494debadbce6cbb5c4b3ce7;p=profile%2Fivi%2Fwebkit-efl.git 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): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121546 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index d27d128..2dfaeb6 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,11 @@ +2012-06-29 Zan Dobersek + + 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 [Qt] Don't add Qt module dependencies in features.prf diff --git a/Source/WebCore/html/shadow/InsertionPoint.cpp b/Source/WebCore/html/shadow/InsertionPoint.cpp index 0794c34..c1e0200 100644 --- a/Source/WebCore/html/shadow/InsertionPoint.cpp +++ b/Source/WebCore/html/shadow/InsertionPoint.cpp @@ -143,5 +143,4 @@ void InsertionPoint::removedFrom(ContainerNode* insertionPoint) HTMLElement::removedFrom(insertionPoint); } - } // namespace WebCore