| Index: Source/core/html/HTMLScriptElement.h
|
| diff --git a/Source/core/html/HTMLScriptElement.h b/Source/core/html/HTMLScriptElement.h
|
| index beac8eb782f6b4b556a4688110c2047662f45fd9..a6426d49d3db8d4f83462ae14e3755bb71186a1d 100644
|
| --- a/Source/core/html/HTMLScriptElement.h
|
| +++ b/Source/core/html/HTMLScriptElement.h
|
| @@ -29,7 +29,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class HTMLScriptElement : public HTMLElement, public ScriptElement {
|
| +class HTMLScriptElement FINAL : public HTMLElement, public ScriptElement {
|
| public:
|
| static PassRefPtr<HTMLScriptElement> create(const QualifiedName&, Document*, bool wasInsertedByParser, bool alreadyStarted = false);
|
|
|
|
|