DeviceOrientation.absolute should return false when it was not initialized.
[framework/web/webkit-efl.git] / Source / WebCore / GNUmakefile.list.am
index 2763776..9fab13b 100644 (file)
@@ -50,8 +50,6 @@ webcore_built_sources += \
        DerivedSources/WebCore/JSAudioContext.h \
        DerivedSources/WebCore/JSAudioDestinationNode.cpp \
        DerivedSources/WebCore/JSAudioDestinationNode.h \
-       DerivedSources/WebCore/JSAudioGain.cpp \
-       DerivedSources/WebCore/JSAudioGain.h \
        DerivedSources/WebCore/JSGainNode.cpp \
        DerivedSources/WebCore/JSGainNode.h \
        DerivedSources/WebCore/JSAudioListener.cpp \
@@ -764,7 +762,6 @@ dom_binding_idls += \
        $(WebCore)/Modules/webaudio/ChannelSplitterNode.idl \
        $(WebCore)/Modules/webaudio/AudioContext.idl \
        $(WebCore)/Modules/webaudio/AudioDestinationNode.idl \
-       $(WebCore)/Modules/webaudio/AudioGain.idl \
        $(WebCore)/Modules/webaudio/GainNode.idl \
        $(WebCore)/Modules/webaudio/AudioListener.idl \
        $(WebCore)/Modules/webaudio/AudioNode.idl \
@@ -1304,7 +1301,6 @@ webcore_modules_sources += \
        Source/WebCore/Modules/webaudio/AudioContext.h \
        Source/WebCore/Modules/webaudio/AudioDestinationNode.cpp \
        Source/WebCore/Modules/webaudio/AudioDestinationNode.h \
-       Source/WebCore/Modules/webaudio/AudioGain.h \
        Source/WebCore/Modules/webaudio/GainNode.cpp \
        Source/WebCore/Modules/webaudio/GainNode.h \
        Source/WebCore/Modules/webaudio/AudioListener.cpp \
@@ -1636,7 +1632,6 @@ webcore_sources += \
        Source/WebCore/bindings/js/JSInt16ArrayCustom.cpp \
        Source/WebCore/bindings/js/JSInt32ArrayCustom.cpp \
        Source/WebCore/bindings/js/JSInt8ArrayCustom.cpp \
-       Source/WebCore/bindings/js/JSScriptProcessorNodeCustom.cpp \
        Source/WebCore/bindings/js/JSJavaScriptCallFrameCustom.cpp \
        Source/WebCore/bindings/js/JSLazyEventListener.cpp \
        Source/WebCore/bindings/js/JSLazyEventListener.h \
@@ -1796,9 +1791,13 @@ webcore_sources += \
        Source/WebCore/bridge/runtime_root.cpp \
        Source/WebCore/bridge/runtime_root.h \
        Source/WebCore/config.h \
+       Source/WebCore/css/BasicShapeFunctions.cpp \
+       Source/WebCore/css/BasicShapeFunctions.h \
        Source/WebCore/css/Counter.h \
        Source/WebCore/css/CSSAspectRatioValue.cpp \
        Source/WebCore/css/CSSAspectRatioValue.h \
+       Source/WebCore/css/CSSBasicShapes.cpp \
+       Source/WebCore/css/CSSBasicShapes.h \
        Source/WebCore/css/CSSBorderImageSliceValue.cpp \
        Source/WebCore/css/CSSBorderImageSliceValue.h \
        Source/WebCore/css/CSSBorderImage.cpp \
@@ -1885,8 +1884,6 @@ webcore_sources += \
        Source/WebCore/css/CSSTimingFunctionValue.h \
        Source/WebCore/css/CSSToStyleMap.cpp \
        Source/WebCore/css/CSSToStyleMap.h \
-       Source/WebCore/css/CSSWrapShapes.cpp \
-       Source/WebCore/css/CSSWrapShapes.h \
        Source/WebCore/css/CSSUnicodeRangeValue.cpp \
        Source/WebCore/css/CSSUnicodeRangeValue.h \
        Source/WebCore/css/CSSUnknownRule.h \
@@ -1969,8 +1966,6 @@ webcore_sources += \
        Source/WebCore/css/WebKitCSSShaderValue.h \
        Source/WebCore/css/WebKitCSSTransformValue.cpp \
        Source/WebCore/css/WebKitCSSTransformValue.h \
-       Source/WebCore/css/WrapShapeFunctions.cpp \
-       Source/WebCore/css/WrapShapeFunctions.h \
        Source/WebCore/dom/ActiveDOMObject.cpp \
        Source/WebCore/dom/ActiveDOMObject.h \
        Source/WebCore/dom/Attr.cpp \
@@ -4218,6 +4213,8 @@ webcore_sources += \
        Source/WebCore/rendering/mathml/RenderMathMLSubSup.h \
        Source/WebCore/rendering/mathml/RenderMathMLUnderOver.cpp \
        Source/WebCore/rendering/mathml/RenderMathMLUnderOver.h \
+       Source/WebCore/rendering/style/BasicShapes.cpp \
+       Source/WebCore/rendering/style/BasicShapes.h \
        Source/WebCore/rendering/style/BorderData.h \
        Source/WebCore/rendering/style/BorderValue.h \
        Source/WebCore/rendering/style/CollapsedBorderValue.h \
@@ -4294,8 +4291,6 @@ webcore_sources += \
        Source/WebCore/rendering/style/SVGRenderStyleDefs.cpp \
        Source/WebCore/rendering/style/SVGRenderStyleDefs.h \
        Source/WebCore/rendering/style/SVGRenderStyle.h \
-       Source/WebCore/rendering/style/WrapShapes.cpp \
-       Source/WebCore/rendering/style/WrapShapes.h \
        Source/WebCore/rendering/svg/RenderSVGBlock.cpp \
        Source/WebCore/rendering/svg/RenderSVGBlock.h \
        Source/WebCore/rendering/svg/RenderSVGContainer.cpp \