summaryrefslogtreecommitdiffstats
path: root/WebCore/bindings/js/kjs_css.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/bindings/js/kjs_css.h')
-rw-r--r--WebCore/bindings/js/kjs_css.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/js/kjs_css.h b/WebCore/bindings/js/kjs_css.h
index 5a42e0c..d7f14aa 100644
--- a/WebCore/bindings/js/kjs_css.h
+++ b/WebCore/bindings/js/kjs_css.h
@@ -28,7 +28,7 @@
namespace WebCore {
- class JSRGBColor : public DOMObject {
+ class JSRGBColor : public KJS::DOMObject {
public:
JSRGBColor(KJS::JSObject* prototype, unsigned color);
~JSRGBColor();