Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1461)

Unified Diff: Tools/DumpRenderTree/chromium/TestRunner/src/AccessibilityControllerChromium.cpp

Issue 20300002: Fix trailing whitespace in .cpp, .h, and .idl files (ex. Source/core) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/DumpRenderTree/chromium/TestRunner/src/AccessibilityControllerChromium.cpp
diff --git a/Tools/DumpRenderTree/chromium/TestRunner/src/AccessibilityControllerChromium.cpp b/Tools/DumpRenderTree/chromium/TestRunner/src/AccessibilityControllerChromium.cpp
index 4100457d85a9b6b31418e8bb3e5e1847ddab035f..3ea7fd682ac17e859e27c95b9faa3c63e84660fb 100644
--- a/Tools/DumpRenderTree/chromium/TestRunner/src/AccessibilityControllerChromium.cpp
+++ b/Tools/DumpRenderTree/chromium/TestRunner/src/AccessibilityControllerChromium.cpp
@@ -101,7 +101,7 @@ AccessibilityUIElement* AccessibilityController::findAccessibleElementByIdRecurs
if (!node.isNull() && node.isElementNode()) {
WebElement element = node.to<WebElement>();
element.getAttribute("id");
- if (element.getAttribute("id") == id)
+ if (element.getAttribute("id") == id)
return m_elements.getOrCreate(obj);
}
« no previous file with comments | « Tools/DumpRenderTree/TestNetscapePlugIn/win/resource.h ('k') | Tools/DumpRenderTree/chromium/TestRunner/src/EventSender.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698