[Webkit-unassigned] [Bug 7982] New: Brush.h contains extra Brush::
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Mar 25 08:02:02 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=7982
Summary: Brush.h contains extra Brush::
Product: WebKit
Version: 420+ (nightly)
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: mike.emmel at gmail.com
Index: platform/Brush.h
===================================================================
--- platform/Brush.h (revision 13479)
+++ platform/Brush.h (working copy)
@@ -37,7 +37,7 @@
SolidPattern,
};
- Brush::Brush(const Color &c = Color::black, BrushStyle style =
SolidPattern)
+ Brush(const Color &c = Color::black, BrushStyle style = SolidPattern)
: brushColor(c), brushStyle(style) { }
const Color &color() const { return brushColor; }
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list