Commit 9942994e authored by Sathya Gunasekaran's avatar Sathya Gunasekaran Committed by Commit Bot

[JSFunction] Undef macro after use

Change-Id: I755f2426d4f0e34115ff0c73e487e47db5290df1
Reviewed-on: https://chromium-review.googlesource.com/1127916Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54310}
parent 907d7bcd
......@@ -3340,6 +3340,7 @@ class JSFunction: public JSObject {
V(kSizeWithPrototype, 0)
DEFINE_FIELD_OFFSET_CONSTANTS(JSObject::kHeaderSize, JS_FUNCTION_FIELDS)
#undef JS_FUNCTION_FIELDS
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(JSFunction);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment