Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index c75a419072654a7a62e5863c0d61d7cbd768b674..0379660100ddb1668808b4af2d4f2a4566d85151 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -7081,7 +7081,8 @@ class JSFunction: public JSObject { |
// Retrieve the native context from a function's literal array. |
static Context* NativeContextFromLiterals(FixedArray* literals); |
- bool PassesHydrogenFilter(); |
+ // Used for flags such as --hydrogen-filter. |
+ bool PassesFilter(const char* raw_filter); |
// Layout descriptors. The last property (from kNonWeakFieldsEndOffset to |
// kSize) is weak and has special handling during garbage collection. |