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

Unified Diff: Source/heap/ThreadState.h

Issue 185323003: Add missing USED_FROM_MULTIPLE_THREADS(IDBVersionChangeEvent) decl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/ThreadState.h
diff --git a/Source/heap/ThreadState.h b/Source/heap/ThreadState.h
index 47af09e710907fd9e47465fef51049180d79aab8..daac5e486c9de6577a9073d74b982e21d6689637 100644
--- a/Source/heap/ThreadState.h
+++ b/Source/heap/ThreadState.h
@@ -556,6 +556,7 @@ USED_FROM_MULTIPLE_THREADS(ErrorEvent);
USED_FROM_MULTIPLE_THREADS(Event);
USED_FROM_MULTIPLE_THREADS(EventSource);
USED_FROM_MULTIPLE_THREADS(EventTarget);
+USED_FROM_MULTIPLE_THREADS(IDBVersionChangeEvent);
USED_FROM_MULTIPLE_THREADS(Key);
USED_FROM_MULTIPLE_THREADS(KeyAlgorithm);
USED_FROM_MULTIPLE_THREADS(KeyPair);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698