+2015-02-27 Sam Weinig <sam@webkit.org>
+
+ Add WebKit2 SPI to create a DOM File object
+ https://bugs.webkit.org/show_bug.cgi?id=142109
+
+ Reviewed by Tim Horton.
+
+ Add a test for WKBundleFileHandleRef.
+
+ * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
+ * TestWebKitAPI/Tests/WebKit2/WKBundleFileHandle.cpp: Added.
+ (TestWebKitAPI::didReceiveMessageFromInjectedBundle):
+ (TestWebKitAPI::didFinishLoadForFrame):
+ (TestWebKitAPI::TEST):
+ * TestWebKitAPI/Tests/WebKit2/WKBundleFileHandle_Bundle.cpp: Added.
+ (TestWebKitAPI::WKBundleFileHandleTest::WKBundleFileHandleTest):
+ * TestWebKitAPI/Tests/WebKit2/bundle-file.html: Added.
+
2015-02-27 Michael Saboff <msaboff@apple.com>
Add ability for run-jsc-benchmarks to set library path from test binary when run on a build bot