summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/editing/commands/set_node_attribute_command.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/editing/commands/set_node_attribute_command.h')
-rw-r--r--chromium/third_party/blink/renderer/core/editing/commands/set_node_attribute_command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/editing/commands/set_node_attribute_command.h b/chromium/third_party/blink/renderer/core/editing/commands/set_node_attribute_command.h
index e74601eb4e7..1919d31534b 100644
--- a/chromium/third_party/blink/renderer/core/editing/commands/set_node_attribute_command.h
+++ b/chromium/third_party/blink/renderer/core/editing/commands/set_node_attribute_command.h
@@ -37,7 +37,7 @@ class SetNodeAttributeCommand final : public SimpleEditCommand {
const QualifiedName& attribute,
const AtomicString& value);
- void Trace(Visitor*) override;
+ void Trace(Visitor*) const override;
private:
void DoApply(EditingState*) override;