Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index d6f3c8a177a7aa40c2f6b0a43c5419ddb72fc87c..deb721a5197fba62dd49aeba883f782de5281b3e 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -1054,6 +1054,8 @@ public: |
AtomicString convertLocalName(const AtomicString&); |
+ void platformColorsChanged(); |
+ |
virtual v8::Handle<v8::Object> wrap(v8::Handle<v8::Object> creationContext, v8::Isolate*) override; |
virtual v8::Handle<v8::Object> associateWithWrapper(v8::Isolate*, const WrapperTypeInfo*, v8::Handle<v8::Object> wrapper) override; |