1.) isCustomIdentValue() is only used inside ENABLE(CSS_GRID_LAYOUT) guard, but defined unconditionally in Source/WebCore/css/parser/CSSPropertyParser.cpp, which caused build error if !ENABLE(CSS_GRID_LAYOUT) - unused but defined function. 2.) SecurityOriginData struct is used in Source/WebCore/loader/EmptyClients.cpp and Source/WebCore/dom/Document.cpp too, but SecurityOriginData.h isn't directly included. The normal full build works, because this header is included indirectly somewhere.
Created attachment 295405 [details] Patch
Comment on attachment 295405 [details] Patch Clearing flags on attachment: 295405 Committed r208991: <http://trac.webkit.org/changeset/208991>
All reviewed patches have been landed. Closing bug.