diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-06 17:41:06 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-06 17:41:06 +0000 |
commit | 7c76f992c891072097992b2055ffdad001b71340 (patch) | |
tree | 829614ab4979d10523cf7cb63d1383c82a5c23b5 /webkit | |
parent | 3faad6edb0ae2f2cb796b0e4c2a015f2a9c4e33c (diff) | |
download | chromium_src-7c76f992c891072097992b2055ffdad001b71340.zip chromium_src-7c76f992c891072097992b2055ffdad001b71340.tar.gz chromium_src-7c76f992c891072097992b2055ffdad001b71340.tar.bz2 |
Pull new WebKit 38900:38950.
Review URL: http://codereview.chromium.org/13228
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/build/WebCore/SConscript | 1 | ||||
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 8 | ||||
-rw-r--r-- | webkit/port/rendering/RenderThemeWin.cpp | 2 | ||||
-rw-r--r-- | webkit/webkit.xcodeproj/project.pbxproj | 6 |
4 files changed, 1 insertions, 16 deletions
diff --git a/webkit/build/WebCore/SConscript b/webkit/build/WebCore/SConscript index 722b8ed..dbab0a7 100644 --- a/webkit/build/WebCore/SConscript +++ b/webkit/build/WebCore/SConscript @@ -57,7 +57,6 @@ input_files = [ '$WEBCORE_DIR/css/CSSInitialValue.cpp', '$WEBCORE_DIR/css/CSSMediaRule.cpp', '$WEBCORE_DIR/css/CSSMutableStyleDeclaration.cpp', - '$WEBCORE_DIR/css/CSSNthSelector.cpp', '$WEBCORE_DIR/css/CSSPageRule.cpp', '$WEBCORE_DIR/css/CSSParser.cpp', '$WEBCORE_DIR/css/CSSParserValues.cpp', diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 1b491a7..cfeea32 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -1954,14 +1954,6 @@ >
</File>
<File
- RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSNthSelector.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSNthSelector.h"
- >
- </File>
- <File
RelativePath="..\..\..\third_party\WebKit\WebCore\css\CSSPageRule.cpp"
>
</File>
diff --git a/webkit/port/rendering/RenderThemeWin.cpp b/webkit/port/rendering/RenderThemeWin.cpp index d57524f..cb474c3 100644 --- a/webkit/port/rendering/RenderThemeWin.cpp +++ b/webkit/port/rendering/RenderThemeWin.cpp @@ -266,7 +266,7 @@ double RenderThemeWin::caretBlinkFrequency() const return 0; // This involves a system call, so we cache the result. - static double blinkInterval = querySystemBlinkInterval(RenderTheme::caretBlinkFrequency()); + static double blinkInterval = querySystemBlinkInterval(RenderTheme::caretBlinkInterval()); return blinkInterval; } diff --git a/webkit/webkit.xcodeproj/project.pbxproj b/webkit/webkit.xcodeproj/project.pbxproj index 1038732..4497b4b 100644 --- a/webkit/webkit.xcodeproj/project.pbxproj +++ b/webkit/webkit.xcodeproj/project.pbxproj @@ -503,7 +503,6 @@ ABBD246E0EB7B1DA00BEC658 /* MessagePort.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABBD24680EB7B1DA00BEC658 /* MessagePort.cpp */; }; ABBD246F0EB7B1DA00BEC658 /* XMLTokenizerLibxml2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABBD246C0EB7B1DA00BEC658 /* XMLTokenizerLibxml2.cpp */; }; ABBD24790EB7B31B00BEC658 /* V8MessagePortCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABBD24780EB7B31B00BEC658 /* V8MessagePortCustom.cpp */; }; - ABBD24820EB7BCBB00BEC658 /* CSSNthSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABBD24800EB7BCBB00BEC658 /* CSSNthSelector.cpp */; }; ABBD248A0EB7BEA400BEC658 /* CachedResourceHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABBD24840EB7BEA400BEC658 /* CachedResourceHandle.cpp */; }; ABBD248B0EB7BEA400BEC658 /* ImageLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABBD24860EB7BEA400BEC658 /* ImageLoader.cpp */; }; ABBD248C0EB7BEA400BEC658 /* MediaDocument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABBD24880EB7BEA400BEC658 /* MediaDocument.cpp */; }; @@ -4120,8 +4119,6 @@ ABBD246B0EB7B1DA00BEC658 /* NodeRenderStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NodeRenderStyle.h; sourceTree = "<group>"; }; ABBD246C0EB7B1DA00BEC658 /* XMLTokenizerLibxml2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XMLTokenizerLibxml2.cpp; sourceTree = "<group>"; }; ABBD24780EB7B31B00BEC658 /* V8MessagePortCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = V8MessagePortCustom.cpp; sourceTree = "<group>"; }; - ABBD24800EB7BCBB00BEC658 /* CSSNthSelector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CSSNthSelector.cpp; sourceTree = "<group>"; }; - ABBD24810EB7BCBB00BEC658 /* CSSNthSelector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSSNthSelector.h; sourceTree = "<group>"; }; ABBD24840EB7BEA400BEC658 /* CachedResourceHandle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CachedResourceHandle.cpp; sourceTree = "<group>"; }; ABBD24850EB7BEA400BEC658 /* CachedResourceHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CachedResourceHandle.h; sourceTree = "<group>"; }; ABBD24860EB7BEA400BEC658 /* ImageLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ImageLoader.cpp; sourceTree = "<group>"; }; @@ -4797,8 +4794,6 @@ 7B5E88F20D7F3A08001ECF42 /* CSSMutableStyleDeclaration.cpp */, 7B5E88F30D7F3A08001ECF42 /* CSSMutableStyleDeclaration.h */, 7B5E88F40D7F3A08001ECF42 /* CSSNamespace.h */, - ABBD24800EB7BCBB00BEC658 /* CSSNthSelector.cpp */, - ABBD24810EB7BCBB00BEC658 /* CSSNthSelector.h */, 7B5E88F50D7F3A08001ECF42 /* CSSPageRule.cpp */, 7B5E88F60D7F3A08001ECF42 /* CSSPageRule.h */, 7B5E88F90D7F3A08001ECF42 /* CSSParser.cpp */, @@ -8575,7 +8570,6 @@ E45623B90E268E87005E4685 /* CSSMappedAttributeDeclaration.cpp in Sources */, E456238B0E268E87005E4685 /* CSSMediaRule.cpp in Sources */, E456238C0E268E87005E4685 /* CSSMutableStyleDeclaration.cpp in Sources */, - ABBD24820EB7BCBB00BEC658 /* CSSNthSelector.cpp in Sources */, E456238D0E268E87005E4685 /* CSSPageRule.cpp in Sources */, E456238E0E268E87005E4685 /* CSSParser.cpp in Sources */, 4DB7EFC00E9BA0F300C66CE0 /* CSSParserValues.cpp in Sources */, |