Chromium Code Reviews| Index: Source/core/dom/Element.h |
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
| index 5b75fbdbaacf83723dc68de648fe40bbc7d1e374..10d172010a649bedc9867dedbc24d36f77161700 100644 |
| --- a/Source/core/dom/Element.h |
| +++ b/Source/core/dom/Element.h |
| @@ -454,6 +454,8 @@ public: |
| void setIsInCanvasSubtree(bool); |
| bool isInCanvasSubtree() const; |
| + bool isUnresolvedCustomElement(); |
| + |
| AtomicString computeInheritedLanguage() const; |
| Locale& locale() const; |