Skip to content

Commit

Permalink
Of course the tiled backing store should not be disabled.
Browse files Browse the repository at this point in the history
Thanks to waddlesplash for reviewing this.
  • Loading branch information
pulkomandy committed Jun 30, 2014
1 parent 5a0de59 commit 8489b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/cmake/OptionsHaiku.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_AUDIO ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_TIMING ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBGL OFF)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_XHR_TIMEOUT ON)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(WTF_USE_TILED_BACKING_STORE OFF)
WEBKIT_OPTION_DEFAULT_PORT_VALUE(WTF_USE_TILED_BACKING_STORE ON)

if (ENABLE_LLINT_C_LOOP)
message(STATUS "Force enabling LLINT C LOOP.")
Expand Down

0 comments on commit 8489b59

Please sign in to comment.