* DOMCoreClasses.cpp:
(DOMElement::style):
(DOMElement::offsetLeft):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@196435
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2016-02-11 Antti Koivisto <antti@apple.com>
+
+ Try to fix windows build.
+
+ * DOMCoreClasses.cpp:
+ (DOMElement::style):
+ (DOMElement::offsetLeft):
+
2016-02-06 Darin Adler <darin@apple.com>
Finish auditing call sites of upper() and lower(), eliminate many, and rename the functions
if (!m_element)
return E_FAIL;
- WebCore::CSSStyleDeclaration* style = m_element->style();
+ WebCore::CSSStyleDeclaration* style = m_element->cssomStyle();
if (!style)
return E_FAIL;