diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-25 01:15:11 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-25 01:15:11 +0000 |
commit | 829e761119a8b9380d072aac47cdf5b81a5db2b5 (patch) | |
tree | 2ff55d2d651691a58efecd0681f6798e75108321 /webkit/build | |
parent | cdddc17b8e74ddeac3621a4016c8dcbb453b8365 (diff) | |
download | chromium_src-829e761119a8b9380d072aac47cdf5b81a5db2b5.zip chromium_src-829e761119a8b9380d072aac47cdf5b81a5db2b5.tar.gz chromium_src-829e761119a8b9380d072aac47cdf5b81a5db2b5.tar.bz2 |
Fix sudden termination after the latest WebKit merge.
BUG=10927
Review URL: http://codereview.chromium.org/93104
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14517 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build')
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 23e966a..3f55e32 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -133,27 +133,27 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDatabaseResource.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorController.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDatabaseResource.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorController.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDOMStorageResource.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDatabaseResource.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDOMStorageResource.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDatabaseResource.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorController.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDOMStorageResource.cpp" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorController.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\inspector\InspectorDOMStorageResource.h" > </File> <File @@ -2172,11 +2172,11 @@ > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextEncodingDetectorICU.cpp" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextEncodingDetector.h" > </File> <File - RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextEncodingDetector.h" + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\text\TextEncodingDetectorICU.cpp" > </File> <File @@ -2460,6 +2460,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\SuddenTerminationChromium.cpp" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\platform\chromium\SystemTimeChromium.cpp" > </File> @@ -4384,7 +4388,6 @@ RelativePath="..\..\..\third_party\WebKit\WebCore\dom\CheckedRadioButtons.h" > </File> - <File RelativePath="..\..\..\third_party\WebKit\WebCore\dom\ChildNodeList.cpp" > |