| Index: sky/engine/core/dom/Element.h
|
| diff --git a/sky/engine/core/dom/Element.h b/sky/engine/core/dom/Element.h
|
| index cb78981270d23752f29d26248961b4ea76874bc1..c1555e9024d4c1fabb56e1bdda33b824f6502d7b 100644
|
| --- a/sky/engine/core/dom/Element.h
|
| +++ b/sky/engine/core/dom/Element.h
|
| @@ -52,7 +52,6 @@ class ExceptionState;
|
| class Image;
|
| class InputMethodContext;
|
| class IntSize;
|
| -class Locale;
|
| class MutableStylePropertySet;
|
| class PropertySetCSSStyleDeclaration;
|
| class PseudoElement;
|
| @@ -222,7 +221,6 @@ public:
|
| bool isUnresolvedCustomElement() { return customElementState() == WaitingForUpgrade; }
|
|
|
| AtomicString computeInheritedLanguage() const;
|
| - Locale& locale() const;
|
|
|
| virtual bool isURLAttribute(const Attribute&) const { return false; }
|
|
|
|
|