From 4e38510bbb77f339623545640178eb41af9f8641 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 21 Oct 2013 11:27:56 +0200 Subject: [PATCH 12/20] Do not try to compile header files, it causes weird build failures on some systems. --- Source/WebCore/Target.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/WebCore/Target.pri b/Source/WebCore/Target.pri index 98eea8c..4544892 100644 --- a/Source/WebCore/Target.pri +++ b/Source/WebCore/Target.pri @@ -167,7 +167,6 @@ SOURCES += \ bindings/js/JSMessageChannelCustom.cpp \ bindings/js/JSMessageEventCustom.cpp \ bindings/js/JSMessagePortCustom.cpp \ - bindings/js/JSMessagePortCustom.h \ bindings/js/JSMicroDataItemValueCustom.cpp \ bindings/js/JSMutationCallbackCustom.cpp \ bindings/js/JSMutationObserverCustom.cpp \ @@ -1355,6 +1354,7 @@ HEADERS += \ bindings/js/JSImageConstructor.h \ bindings/js/JSLazyEventListener.h \ bindings/js/JSLocationCustom.h \ + bindings/js/JSMessagePortCustom.h \ bindings/js/JSNodeCustom.h \ bindings/js/JSNodeFilterCondition.h \ bindings/js/JSPluginElementFunctions.h \ -- 1.8.5.3