diff options
Diffstat (limited to 'WebCore/bindings/v8/custom/V8AttrCustom.cpp')
-rw-r--r-- | WebCore/bindings/v8/custom/V8AttrCustom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/bindings/v8/custom/V8AttrCustom.cpp b/WebCore/bindings/v8/custom/V8AttrCustom.cpp index f34a441..81f1586 100644 --- a/WebCore/bindings/v8/custom/V8AttrCustom.cpp +++ b/WebCore/bindings/v8/custom/V8AttrCustom.cpp @@ -42,7 +42,7 @@ namespace WebCore { ACCESSOR_SETTER(AttrValue) { - Attr* imp = V8Proxy::DOMWrapperToNode<Attr>(info.Holder()); + Attr* imp = V8DOMWrapper::convertDOMWrapperToNode<Attr>(info.Holder()); String attrValue = toWebCoreStringWithNullCheck(value); Element* ownerElement = imp->ownerElement(); |