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 216f06af5a6c9a42fed2d88179fb244201d77131..e8beae3851061db6a4758552b9a035e45f1ae244 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()) |