Title: [181771] trunk/Source/WebCore
Revision
181771
Author
[email protected]
Date
2015-03-19 17:38:14 -0700 (Thu, 19 Mar 2015)

Log Message

Build fix after r181760.

* rendering/RenderAttachment.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (181770 => 181771)


--- trunk/Source/WebCore/ChangeLog	2015-03-20 00:20:52 UTC (rev 181770)
+++ trunk/Source/WebCore/ChangeLog	2015-03-20 00:38:14 UTC (rev 181771)
@@ -1,3 +1,9 @@
+2015-03-19  Jessie Berlin  <[email protected]>
+
+        Build fix after r181760.
+
+        * rendering/RenderAttachment.h:
+
 2015-03-19  Jer Noble  <[email protected]>
 
         [WK2][Mac] Fullscreen animations with mismatched aspect ratios are "squished".

Modified: trunk/Source/WebCore/rendering/RenderAttachment.h (181770 => 181771)


--- trunk/Source/WebCore/rendering/RenderAttachment.h	2015-03-20 00:20:52 UTC (rev 181770)
+++ trunk/Source/WebCore/rendering/RenderAttachment.h	2015-03-20 00:38:14 UTC (rev 181771)
@@ -51,7 +51,7 @@
 
     virtual void layout() override;
 
-    virtual int baselinePosition(FontBaseline, bool, LineDirectionMode, LinePositionMode) const;
+    virtual int baselinePosition(FontBaseline, bool, LineDirectionMode, LinePositionMode) const override;
 };
 
 } // namespace WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to