Title: [98295] trunk/Source/WebCore
- Revision
- 98295
- Author
- [email protected]
- Date
- 2011-10-24 16:03:14 -0700 (Mon, 24 Oct 2011)
Log Message
Remove unused instance variable
https://bugs.webkit.org/show_bug.cgi?id=70750
Reviewed by Dimitri Glazkov.
* rendering/RenderTextControl.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (98294 => 98295)
--- trunk/Source/WebCore/ChangeLog 2011-10-24 23:02:05 UTC (rev 98294)
+++ trunk/Source/WebCore/ChangeLog 2011-10-24 23:03:14 UTC (rev 98295)
@@ -1,3 +1,12 @@
+2011-10-24 Joseph Pecoraro <[email protected]>
+
+ Remove unused instance variable
+ https://bugs.webkit.org/show_bug.cgi?id=70750
+
+ Reviewed by Dimitri Glazkov.
+
+ * rendering/RenderTextControl.h:
+
2011-10-24 Nico Weber <[email protected]>
[chromium/mac] Fix an ODR violation.
Modified: trunk/Source/WebCore/rendering/RenderTextControl.h (98294 => 98295)
--- trunk/Source/WebCore/rendering/RenderTextControl.h 2011-10-24 23:02:05 UTC (rev 98294)
+++ trunk/Source/WebCore/rendering/RenderTextControl.h 2011-10-24 23:03:14 UTC (rev 98295)
@@ -65,8 +65,6 @@
virtual void computeLogicalHeight();
virtual RenderObject* layoutSpecialExcludedChild(bool relayoutChildren);
- bool m_placeholderVisible;
-
private:
virtual const char* renderName() const { return "RenderTextControl"; }
virtual bool isTextControl() const { return true; }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes