We are now using WebCore/platform/MemoryPressureHandler.h, but not WebCoreSupport/OutOfMemoryHandler.cpp. Need to move OutOfMemoryHandler.cpp from the build system, the OutOfMemoryHandler.cpp is either not upstreamed, or already removed. Internal PR: 132337
Also need to remove GLES2Context.cpp from WebCoreSupport from the build system, which has been moved out. The file itself is not upstreamed yet.
(In reply to comment #1) > Also need to remove GLES2Context.cpp from WebCoreSupport from the build system, which has been moved out. The file itself is not upstreamed yet. Actually GLES2Context.cpp has been moved from WebCoreSupport to WebKitSupport, should reflect this change in the build system.
Created attachment 132801 [details] Patch to fix the build sytem.
Comment on attachment 132801 [details] Patch to fix the build sytem. Looks good.
(In reply to comment #4) > (From update of attachment 132801 [details]) > Looks good. Thanks,Rob.
Comment on attachment 132801 [details] Patch to fix the build sytem. Clearing flags on attachment: 132801 Committed r111396: <http://trac.webkit.org/changeset/111396>
All reviewed patches have been landed. Closing bug.