summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/SetNodeAttributeCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/SetNodeAttributeCommand.h')
-rw-r--r--WebCore/editing/SetNodeAttributeCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/editing/SetNodeAttributeCommand.h b/WebCore/editing/SetNodeAttributeCommand.h
index aec79a3..899ac62 100644
--- a/WebCore/editing/SetNodeAttributeCommand.h
+++ b/WebCore/editing/SetNodeAttributeCommand.h
@@ -39,7 +39,7 @@ public:
}
private:
- SetNodeAttributeCommand(PassRefPtr<Element>, const QualifiedName& attribute, const String& value);
+ SetNodeAttributeCommand(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& value);
virtual void doApply();
virtual void doUnapply();