From 6823545b30643eab98d6f74672394c2008539f8d Mon Sep 17 00:00:00 2001 From: "ddkilzer@apple.com" Date: Sat, 23 Feb 2008 18:54:14 +0000 Subject: [PATCH] Fix typo in comment. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@30521 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp b/WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp index 60f7f117927..46266ea173a 100644 --- a/WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp +++ b/WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp @@ -122,7 +122,7 @@ bool JSCSSStyleDeclaration::canGetItemsForName(ExecState*, CSSStyleDeclaration*, } // FIXME: You can get these properties, and set them (see customPut below), -// but you should also be able the enumerate them. +// but you should also be able to enumerate them. JSValue* JSCSSStyleDeclaration::nameGetter(ExecState* exec, JSObject* originalObject, const Identifier& propertyName, const PropertySlot& slot) { -- GitLab