summaryrefslogtreecommitdiffstats
path: root/WebCore/DerivedSources.make
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/DerivedSources.make')
-rw-r--r--WebCore/DerivedSources.make5
1 files changed, 2 insertions, 3 deletions
diff --git a/WebCore/DerivedSources.make b/WebCore/DerivedSources.make
index c37efb3..adbd30c 100644
--- a/WebCore/DerivedSources.make
+++ b/WebCore/DerivedSources.make
@@ -164,6 +164,8 @@ DOM_CLASSES = \
Flags \
Geolocation \
Geoposition \
+ HashChangeEvent \
+ History \
HTMLAllCollection \
HTMLAnchorElement \
HTMLAppletElement \
@@ -236,7 +238,6 @@ DOM_CLASSES = \
HTMLTitleElement \
HTMLUListElement \
HTMLVideoElement \
- History \
IDBAny \
IDBCursor \
IDBDatabaseError \
@@ -676,10 +677,8 @@ endif
ifeq ($(findstring ENABLE_VIDEO,$(FEATURE_DEFINES)), ENABLE_VIDEO)
USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/css/mediaControls.css
-ifeq ($(OS),MACOS)
USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/css/mediaControlsQuickTime.css
endif
-endif
ifeq ($(findstring ENABLE_FULLSCREEN_API,$(FEATURE_DEFINES)), ENABLE_FULLSCREEN_API)
USER_AGENT_STYLE_SHEETS := $(USER_AGENT_STYLE_SHEETS) $(WebCore)/css/fullscreen.css