From: mitz@apple.com Date: Tue, 20 Mar 2012 19:04:16 +0000 (+0000) Subject: Build fix after r111419. X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=ad4b5ba404c3ab5ad08b2739aea85e0b84ed2a80;ds=sidebyside Build fix after r111419. * dom/WebKitNamedFlow.cpp: * dom/WebKitNamedFlow.h: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@111422 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 9b4411ca4221..7dc4527f8e0a 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,10 @@ +2012-03-20 Dan Bernstein + + Build fix after r111419. + + * dom/WebKitNamedFlow.cpp: + * dom/WebKitNamedFlow.h: + 2012-03-20 Dan Bernstein REGRESSION (r111229): css1/basic/inheritance.html is failing diff --git a/Source/WebCore/dom/WebKitNamedFlow.cpp b/Source/WebCore/dom/WebKitNamedFlow.cpp index 8764ff9cf22f..9b22514673d2 100644 --- a/Source/WebCore/dom/WebKitNamedFlow.cpp +++ b/Source/WebCore/dom/WebKitNamedFlow.cpp @@ -31,6 +31,8 @@ #include "WebKitNamedFlow.h" #include "RenderFlowThread.h" +#include "RenderRegion.h" +#include "StaticNodeList.h" namespace WebCore { diff --git a/Source/WebCore/dom/WebKitNamedFlow.h b/Source/WebCore/dom/WebKitNamedFlow.h index e0cf788701da..b6f58c12ae7d 100644 --- a/Source/WebCore/dom/WebKitNamedFlow.h +++ b/Source/WebCore/dom/WebKitNamedFlow.h @@ -35,6 +35,8 @@ namespace WebCore { +class Node; +class NodeList; class RenderFlowThread; class WebKitNamedFlow : public RefCounted {