Title: [109978] branches/subpixellayout/Source/WebCore/rendering/RenderThemeSafari.h
Revision
109978
Author
[email protected]
Date
2012-03-06 16:45:41 -0800 (Tue, 06 Mar 2012)

Log Message

Fix typo in RenderThemeSafari.

Modified Paths


Diff

Modified: branches/subpixellayout/Source/WebCore/rendering/RenderThemeSafari.h (109977 => 109978)


--- branches/subpixellayout/Source/WebCore/rendering/RenderThemeSafari.h	2012-03-07 00:42:46 UTC (rev 109977)
+++ branches/subpixellayout/Source/WebCore/rendering/RenderThemeSafari.h	2012-03-07 00:45:41 UTC (rev 109978)
@@ -52,7 +52,7 @@
     // A method to obtain the baseline position for a "leaf" control.  This will only be used if a baseline
     // position cannot be determined by examining child content. Checkboxes and radio buttons are examples of
     // controls that need to do this.
-    virtual LayoutUnti baselinePosition(const RenderObject*) const;
+    virtual LayoutUnit baselinePosition(const RenderObject*) const;
 
     // A method asking if the control changes its tint when the window has focus or not.
     virtual bool controlSupportsTints(const RenderObject*) const;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to