Title: [181616] trunk/Source/WebCore
Revision
181616
Author
jon...@apple.com
Date
2015-03-16 22:15:41 -0700 (Mon, 16 Mar 2015)

Log Message

Unreviewed fix for crash after r181608.

* WebCore.xcodeproj/project.pbxproj: Include it in the WebCore framework.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (181615 => 181616)


--- trunk/Source/WebCore/ChangeLog	2015-03-17 04:43:52 UTC (rev 181615)
+++ trunk/Source/WebCore/ChangeLog	2015-03-17 05:15:41 UTC (rev 181616)
@@ -1,3 +1,9 @@
+2015-03-16  Jon Lee  <jon...@apple.com>
+
+        Unreviewed fix for crash after r181608.
+
+        * WebCore.xcodeproj/project.pbxproj: Include it in the WebCore framework.
+
 2015-03-16  Simon Fraser  <simon.fra...@apple.com>
 
         Generalize the Document code that maintains a set of nodes with event handlers

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (181615 => 181616)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2015-03-17 04:43:52 UTC (rev 181615)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2015-03-17 05:15:41 UTC (rev 181616)
@@ -1264,6 +1264,7 @@
 		316FE1190E6E1DA700BF6088 /* KeyframeAnimation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316FE10F0E6E1DA700BF6088 /* KeyframeAnimation.cpp */; };
 		316FE11A0E6E1DA700BF6088 /* KeyframeAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 316FE1100E6E1DA700BF6088 /* KeyframeAnimation.h */; };
 		31741AAD16636609008A5B7E /* SimulatedClickOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 31741AAB16635E45008A5B7E /* SimulatedClickOptions.h */; settings = {ATTRIBUTES = (Private, ); }; };
+		318891611AB7EEA100EA627B /* missingim...@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = CDF419991AB0DA14004E64E1 /* missingim...@3x.png */; };
 		31955A86160D199000858025 /* RenderSnapshottedPlugIn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 31E8D8BA160BC94B004CE8F5 /* RenderSnapshottedPlugIn.cpp */; };
 		31955A88160D199200858025 /* RenderSnapshottedPlugIn.h in Headers */ = {isa = PBXBuildFile; fileRef = 31E8D8BB160BC94C004CE8F5 /* RenderSnapshottedPlugIn.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		319848011A1D817B00A13318 /* AnimationEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 319847FF1A1D816700A13318 /* AnimationEvent.h */; };
@@ -27181,6 +27182,7 @@
 				D02B64B314089E56006EFA21 /* dictationphrasewithalternatives...@2x.png in Resources */,
 				7CC7E3D717208C0F003C5277 /* IDNScriptWhiteList.txt in Resources */,
 				2D9F0E1314FF1CBF00BA0FF7 /* linearSRGB.icc in Resources */,
+				318891611AB7EEA100EA627B /* missingim...@3x.png in Resources */,
 				BCAD180A131C7A0D00990406 /* Localizable.strings in Resources */,
 				311C08BD18EB7CAF00B65615 /* mediaControlsApple.css in Resources */,
 				311C08BE18EB7CAF00B65615 /* mediaControlsApple.js in Resources */,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to