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

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2532003002: MutationObserver: Fix a null-pointer dereference in MutationObserverRegistration::unregister. (Closed)
Patch Set: Created 4 years, 1 month 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/dom/MutationCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index de2b95e942a09619477e239d7032071842cddd1e..7c3acf430daa79f0b39f27c51e7e9a3adeba16ef 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1113,6 +1113,7 @@ source_set("unit_tests") {
"dom/ExecutionContextTaskTest.cpp",
"dom/IdleDeadlineTest.cpp",
"dom/MainThreadTaskRunnerTest.cpp",
+ "dom/MutationObserverTest.cpp",
"dom/NodeTest.cpp",
"dom/NthIndexCacheTest.cpp",
"dom/RangeTest.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/MutationCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698