Index: third_party/WebKit/Source/core/html/HTMLObjectElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp |
index bab324ac73d65cb4d14b096ed3e34703614e73a8..2a935e4bd776d18efb59ea90a74c923e5416454d 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLObjectElement.cpp |
@@ -104,7 +104,7 @@ void HTMLObjectElement::parseAttribute(const QualifiedName& name, const AtomicSt |
size_t pos = m_serviceType.find(";"); |
if (pos != kNotFound) |
m_serviceType = m_serviceType.left(pos); |
- // FIXME: What is the right thing to do here? Should we supress the |
+ // FIXME: What is the right thing to do here? Should we suppress the |
// reload stuff when a persistable widget-type is specified? |
reloadPluginOnAttributeChange(name); |
if (!layoutObject()) |