Title: [197995] trunk/Source/WebCore
- Revision
- 197995
- Author
- [email protected]
- Date
- 2016-03-10 22:12:52 -0800 (Thu, 10 Mar 2016)
Log Message
REGRESSION (r197983): Build fails due to missing inline method
Attempt to fix the following build failure:
Undefined symbols for architecture arm64:
"JSC::GenericTypedArrayView<JSC::Uint8ClampedAdaptor>::createUninitialized(unsigned int)", referenced from:
WebCore::ImageBufferData::getData(WebCore::IntRect const&, WebCore::IntSize const&, bool, bool, float) const in ImageBufferDataCG.o
* platform/graphics/cg/ImageBufferDataCG.cpp: Include some
headers to match FEGaussianBlur.cpp and FilterEffect.cpp.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (197994 => 197995)
--- trunk/Source/WebCore/ChangeLog 2016-03-11 06:04:49 UTC (rev 197994)
+++ trunk/Source/WebCore/ChangeLog 2016-03-11 06:12:52 UTC (rev 197995)
@@ -1,3 +1,16 @@
+2016-03-10 David Kilzer <[email protected]>
+
+ REGRESSION (r197983): Build fails due to missing inline method
+
+ Attempt to fix the following build failure:
+
+ Undefined symbols for architecture arm64:
+ "JSC::GenericTypedArrayView<JSC::Uint8ClampedAdaptor>::createUninitialized(unsigned int)", referenced from:
+ WebCore::ImageBufferData::getData(WebCore::IntRect const&, WebCore::IntSize const&, bool, bool, float) const in ImageBufferDataCG.o
+
+ * platform/graphics/cg/ImageBufferDataCG.cpp: Include some
+ headers to match FEGaussianBlur.cpp and FilterEffect.cpp.
+
2016-03-10 Tim Horton <[email protected]>
Try to fix the iOS 9 build.
Modified: trunk/Source/WebCore/platform/graphics/cg/ImageBufferDataCG.cpp (197994 => 197995)
--- trunk/Source/WebCore/platform/graphics/cg/ImageBufferDataCG.cpp 2016-03-11 06:04:49 UTC (rev 197994)
+++ trunk/Source/WebCore/platform/graphics/cg/ImageBufferDataCG.cpp 2016-03-11 06:12:52 UTC (rev 197995)
@@ -29,6 +29,9 @@
#include "GraphicsContext.h"
#include "IntRect.h"
#include <CoreGraphics/CoreGraphics.h>
+#include <runtime/JSCInlines.h>
+#include <runtime/TypedArrayInlines.h>
+#include <runtime/Uint8ClampedArray.h>
#include <wtf/Assertions.h>
#if USE(ACCELERATE)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes