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

Unified Diff: Source/core/dom/MutationCallback.h

Issue 1006723003: Fix template angle bracket syntax in dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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 | « Source/core/dom/MainThreadTaskRunner.h ('k') | Source/core/dom/MutationObserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/MutationCallback.h
diff --git a/Source/core/dom/MutationCallback.h b/Source/core/dom/MutationCallback.h
index 581a496d141fe7472c769aa0f3f4cf40fa8df39c..5bdfbfdaad15fa91535f5829281146fadfc62d9c 100644
--- a/Source/core/dom/MutationCallback.h
+++ b/Source/core/dom/MutationCallback.h
@@ -44,7 +44,7 @@ class MutationCallback : public NoBaseWillBeGarbageCollectedFinalized<MutationCa
public:
virtual ~MutationCallback() { }
- virtual void call(const WillBeHeapVector<RefPtrWillBeMember<MutationRecord> >&, MutationObserver*) = 0;
+ virtual void call(const WillBeHeapVector<RefPtrWillBeMember<MutationRecord>>&, MutationObserver*) = 0;
virtual ExecutionContext* executionContext() const = 0;
DEFINE_INLINE_VIRTUAL_TRACE() { }
« no previous file with comments | « Source/core/dom/MainThreadTaskRunner.h ('k') | Source/core/dom/MutationObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698