git-svn-id: https://svn.webkit.org/repository/webkit/trunk@9041
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-04-22 Darin Adler <darin@apple.com>
+
+ * khtml/ecma/kjs_html.h: Removed unnecessary bogus class name qualifiers.
+
2005-04-22 David Hyatt <hyatt@apple.com>
Fix for 4096681, fix regression in how the list-style property is parsed. It no longer parses when it hits
CreatePattern
};
- static CGColorRef Context2D::colorRefFromValue(ExecState *exec, const Value &value);
- static QColor Context2D::colorFromValue(ExecState *exec, const Value &value);
+ static CGColorRef colorRefFromValue(ExecState *exec, const Value &value);
+ static QColor colorFromValue(ExecState *exec, const Value &value);
private: