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

Unified Diff: sky/engine/tonic/BUILD.gn

Issue 934863002: ParentNode#appendChild(null) shouldn't crash (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: git cl format Created 5 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
Index: sky/engine/tonic/BUILD.gn
diff --git a/sky/engine/tonic/BUILD.gn b/sky/engine/tonic/BUILD.gn
index 18c03c15e1c62c1f18872929a2ffdf2747f33da8..e795a1c1ab2318e82b0918b5e8303197013b4b2c 100644
--- a/sky/engine/tonic/BUILD.gn
+++ b/sky/engine/tonic/BUILD.gn
@@ -15,6 +15,8 @@ source_set("tonic") {
"dart_converter.h",
"dart_error.cc",
"dart_error.h",
+ "dart_exception_factory.cc",
+ "dart_exception_factory.h",
"dart_gc_context.cc",
"dart_gc_context.h",
"dart_gc_controller.cc",
« no previous file with comments | « no previous file | sky/engine/tonic/dart_exception_factory.h » ('j') | sky/engine/tonic/dart_exception_factory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698