| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 04062a67195203dfbaec487bc94c18369a9d7436..b758e22e07d1e5c0360b81cb4f481a1d96151ecc 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -53,6 +53,7 @@
|
| #include "core/frame/OriginsUsingFeatures.h"
|
| #include "core/html/CollectionType.h"
|
| #include "core/html/parser/ParserSynchronizationPolicy.h"
|
| +#include "core/html/track/TextTrackKindUserPreference.h"
|
| #include "core/page/PageVisibilityState.h"
|
| #include "platform/Length.h"
|
| #include "platform/Timer.h"
|
| @@ -238,6 +239,8 @@ public:
|
|
|
| void mediaQueryAffectingValueChanged();
|
|
|
| + void textTrackKindUserPreferenceChanged();
|
| +
|
| #if !ENABLE(OILPAN)
|
| using ContainerNode::ref;
|
| using ContainerNode::deref;
|
|
|