diff options
Diffstat (limited to 'webkit/build/WebCore/SConscript')
-rw-r--r-- | webkit/build/WebCore/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 0bcbf46..abce154 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -684,6 +684,7 @@ input_files = [ '$WEBCORE_DIR/rendering/RenderWidget.cpp', '$WEBCORE_DIR/rendering/RenderWordBreak.cpp', '$WEBCORE_DIR/rendering/RootInlineBox.cpp', + '$WEBCORE_DIR/rendering/ScrollBehavior.cpp', '$WEBCORE_DIR/rendering/SVGCharacterLayoutInfo.cpp', '$WEBCORE_DIR/rendering/SVGInlineFlowBox.cpp', '$WEBCORE_DIR/rendering/SVGInlineTextBox.cpp', |