diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-09 22:16:51 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-09 22:16:51 +0000 |
commit | af416dfd64790147f1b25c634b4054907e54ba12 (patch) | |
tree | b3d8f2a01a9501d34434b059c4f64739db49ce82 /webkit/build/WebCore | |
parent | 6aaed0ca1a04edac5bedb7bbd0cf620ae9acb037 (diff) | |
download | chromium_src-af416dfd64790147f1b25c634b4054907e54ba12.zip chromium_src-af416dfd64790147f1b25c634b4054907e54ba12.tar.gz chromium_src-af416dfd64790147f1b25c634b4054907e54ba12.tar.bz2 |
WebKit merge 40722:40785 (part 2)
Account for the renaming of toRange to toNormalizedRange done by Eric Seidel.
R=amanda
Review URL: http://codereview.chromium.org/20192
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/WebCore')
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 3bdc497..74c0ee4 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -4865,6 +4865,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerContextProxy.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerLocation.cpp" > </File> @@ -4881,6 +4885,10 @@ > </File> <File + RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerObjectProxy.h" + > + </File> + <File RelativePath="..\..\..\third_party\WebKit\WebCore\dom\WorkerRunLoop.cpp" > </File> |