Title: [91133] trunk/Source/WebCore
- Revision
- 91133
- Author
- [email protected]
- Date
- 2011-07-15 17:03:21 -0700 (Fri, 15 Jul 2011)
Log Message
Fix the build.
* platform/graphics/GraphicsContext.h:
(WebCore::GraphicsContextStateSaver::context): Remove a bogus type qualifier.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (91132 => 91133)
--- trunk/Source/WebCore/ChangeLog 2011-07-15 23:55:31 UTC (rev 91132)
+++ trunk/Source/WebCore/ChangeLog 2011-07-16 00:03:21 UTC (rev 91133)
@@ -1,3 +1,10 @@
+2011-07-15 Mark Rowe <[email protected]>
+
+ Fix the build.
+
+ * platform/graphics/GraphicsContext.h:
+ (WebCore::GraphicsContextStateSaver::context): Remove a bogus type qualifier.
+
2011-07-13 Jon Honeycutt <[email protected]>
Focus and selection events are not fired when a <select>'s selection
Modified: trunk/Source/WebCore/platform/graphics/GraphicsContext.h (91132 => 91133)
--- trunk/Source/WebCore/platform/graphics/GraphicsContext.h 2011-07-15 23:55:31 UTC (rev 91132)
+++ trunk/Source/WebCore/platform/graphics/GraphicsContext.h 2011-07-16 00:03:21 UTC (rev 91133)
@@ -580,7 +580,7 @@
m_saveAndRestore = false;
}
- GraphicsContext* const context() const { return &m_context; }
+ GraphicsContext* context() const { return &m_context; }
private:
GraphicsContext& m_context;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes