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

Unified Diff: src/factory.h

Issue 2447023004: [cleanup] #undef DECLARE_ERROR instead of non-existent DEFINE_ERROR (Closed)
Patch Set: [cleanup] #undef DECLARE_ERROR instead of non-existent DEFINE_ERROR Created 4 years, 2 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 | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 09cb9405be41a69a0247c14b7d1aff4d03c20b95..fd2c1c79780ab8b0ce5d1cee6662b2e06e235676 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -640,7 +640,7 @@ class V8_EXPORT_PRIVATE Factory final {
DECLARE_ERROR(TypeError)
DECLARE_ERROR(WasmCompileError)
DECLARE_ERROR(WasmRuntimeError)
-#undef DEFINE_ERROR
+#undef DECLARE_ERROR
Handle<String> NumberToString(Handle<Object> number,
bool check_number_string_cache = true);
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698