diff options
author | suyash.s@samsung.com <suyash.s@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 08:51:21 +0000 |
---|---|---|
committer | suyash.s@samsung.com <suyash.s@samsung.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-22 08:51:21 +0000 |
commit | 5b50bd51345c118dc6aab4cf55880b31a5c189a5 (patch) | |
tree | c2453af69050a06c38db2f5551e65bdf6b6da150 | |
parent | fe1753744376bf5524c963bb4840f73fd38806ea (diff) | |
download | chromium_src-5b50bd51345c118dc6aab4cf55880b31a5c189a5.zip chromium_src-5b50bd51345c118dc6aab4cf55880b31a5c189a5.tar.gz chromium_src-5b50bd51345c118dc6aab4cf55880b31a5c189a5.tar.bz2 |
Removing the function call as the called function definition is empty.
There were *FIXME* in thirdparty/Webkit//Source/core/accessibility/AXObjectCache.cpp rregarding no necessity of the functions startCachingComputedObjectAttributesUntilTreeMutates() and stopCachingComputedObjectAttributes() and concerned WebAXObject interfaces.
As a call is also from the chromium repository so uploading a patch for the removal of the call.
Will soon upload the patch with Webkit side changes
Review URL: https://codereview.chromium.org/245053004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265217 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | content/renderer/accessibility/renderer_accessibility_complete.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/content/renderer/accessibility/renderer_accessibility_complete.cc b/content/renderer/accessibility/renderer_accessibility_complete.cc index 11e35ed..4a9de8f 100644 --- a/content/renderer/accessibility/renderer_accessibility_complete.cc +++ b/content/renderer/accessibility/renderer_accessibility_complete.cc @@ -195,10 +195,6 @@ void RendererAccessibilityComplete::SendPendingAccessibilityEvents() { serializer_.DeleteClientSubtree(obj); } - // Allow Blink to cache intermediate results since we're doing a bunch - // of read-only queries at once. - obj.startCachingComputedObjectAttributesUntilTreeMutates(); - AccessibilityHostMsg_EventParams event_msg; event_msg.event_type = event.event_type; event_msg.id = event.id; |