Title: [134500] trunk/Source/WebCore
- Revision
- 134500
- Author
- [email protected]
- Date
- 2012-11-13 15:53:50 -0800 (Tue, 13 Nov 2012)
Log Message
Missing NodeRenderStyle.h include in WebCore/html/TextFieldInputType.cpp
https://bugs.webkit.org/show_bug.cgi?id=102108
Reviewed by Adam Barth.
No new tests. Fix clang build break.
* html/TextFieldInputType.cpp: Added #include "NodeRenderStyle.h"
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (134499 => 134500)
--- trunk/Source/WebCore/ChangeLog 2012-11-13 23:51:43 UTC (rev 134499)
+++ trunk/Source/WebCore/ChangeLog 2012-11-13 23:53:50 UTC (rev 134500)
@@ -1,3 +1,14 @@
+2012-11-13 Xianzhu Wang <[email protected]>
+
+ Missing NodeRenderStyle.h include in WebCore/html/TextFieldInputType.cpp
+ https://bugs.webkit.org/show_bug.cgi?id=102108
+
+ Reviewed by Adam Barth.
+
+ No new tests. Fix clang build break.
+
+ * html/TextFieldInputType.cpp: Added #include "NodeRenderStyle.h"
+
2012-11-13 Chris Fleizach <[email protected]>
AX: MathML types need to be semantically identified in AX tree
Modified: trunk/Source/WebCore/html/TextFieldInputType.cpp (134499 => 134500)
--- trunk/Source/WebCore/html/TextFieldInputType.cpp 2012-11-13 23:51:43 UTC (rev 134499)
+++ trunk/Source/WebCore/html/TextFieldInputType.cpp 2012-11-13 23:53:50 UTC (rev 134500)
@@ -41,6 +41,7 @@
#include "HTMLInputElement.h"
#include "HTMLNames.h"
#include "KeyboardEvent.h"
+#include "NodeRenderStyle.h"
#include "Page.h"
#include "RenderLayer.h"
#include "RenderTextControlSingleLine.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes