| Index: Source/core/html/HTMLNoScriptElement.cpp
|
| diff --git a/Source/core/html/HTMLNoScriptElement.cpp b/Source/core/html/HTMLNoScriptElement.cpp
|
| index f85191455de643a556a4784488bf43a56fcb0f5a..8828f3b321e3fb0ca6c5f9cb84954f3fcb6444a7 100644
|
| --- a/Source/core/html/HTMLNoScriptElement.cpp
|
| +++ b/Source/core/html/HTMLNoScriptElement.cpp
|
| @@ -39,15 +39,12 @@ namespace WebCore {
|
|
|
| using namespace HTMLNames;
|
|
|
| -HTMLNoScriptElement::HTMLNoScriptElement(Document& document)
|
| +inline HTMLNoScriptElement::HTMLNoScriptElement(Document& document)
|
| : HTMLElement(noscriptTag, document)
|
| {
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<HTMLNoScriptElement> HTMLNoScriptElement::create(Document& document)
|
| -{
|
| - return adoptRefWillBeRefCountedGarbageCollected(new HTMLNoScriptElement(document));
|
| -}
|
| +DEFINE_NODE_FACTORY(HTMLNoScriptElement)
|
|
|
| bool HTMLNoScriptElement::rendererIsNeeded(const RenderStyle& style)
|
| {
|
|
|