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

Unified Diff: src/wasm/wasm-module-builder.h

Issue 2383463002: [wasm] Rename encoder.(cc,h) to wasm-module-builder.(cc,h) (Closed)
Patch Set: Rename unittest Created 4 years, 3 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 | « src/wasm/wasm-js.cc ('k') | src/wasm/wasm-module-builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/wasm/wasm-module-builder.h
diff --git a/src/wasm/encoder.h b/src/wasm/wasm-module-builder.h
similarity index 98%
rename from src/wasm/encoder.h
rename to src/wasm/wasm-module-builder.h
index 4fdcc950ef6086ada773fc7abfb5e910ee492cc5..358666908b0a40fc3cf482ea0ad3df0b832fb775 100644
--- a/src/wasm/encoder.h
+++ b/src/wasm/wasm-module-builder.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_WASM_ENCODER_H_
-#define V8_WASM_ENCODER_H_
+#ifndef V8_WASM_WASM_MODULE_BUILDER_H_
+#define V8_WASM_WASM_MODULE_BUILDER_H_
#include "src/signature.h"
#include "src/zone/zone-containers.h"
@@ -261,4 +261,4 @@ inline FunctionSig* WasmFunctionBuilder::signature() {
} // namespace internal
} // namespace v8
-#endif // V8_WASM_ENCODER_H_
+#endif // V8_WASM_WASM_MODULE_BUILDER_H_
« no previous file with comments | « src/wasm/wasm-js.cc ('k') | src/wasm/wasm-module-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698