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

Unified Diff: third_party/WebKit/Source/core/testing/SequenceTest.h

Issue 2871933002: bindings: Fix coding style in SequenceTest. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/testing/SequenceTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/testing/SequenceTest.h
diff --git a/third_party/WebKit/Source/core/testing/SequenceTest.h b/third_party/WebKit/Source/core/testing/SequenceTest.h
index a2aa47e2e3cc84549585cb9dbb1c3856ebd3e5dc..31a343c5ccfa5ec06048a20a04f771e630718183 100644
--- a/third_party/WebKit/Source/core/testing/SequenceTest.h
+++ b/third_party/WebKit/Source/core/testing/SequenceTest.h
@@ -41,7 +41,7 @@ class SequenceTest final : public GarbageCollectedFinalized<SequenceTest>,
private:
SequenceTest();
- HeapVector<Member<Element>> m_elementSequence;
+ HeapVector<Member<Element>> element_sequence_;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/testing/SequenceTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698