File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ class StreamBase : public StreamResource {
259
259
const v8::PropertyCallbackInfo<v8::Value>& args);
260
260
261
261
template <class Base ,
262
- int (StreamBase::*Method)( // NOLINT(whitespace/parens)
262
+ int (StreamBase::*Method)(
263
263
const v8::FunctionCallbackInfo<v8::Value>& args)>
264
264
static void JSMethod(const v8::FunctionCallbackInfo<v8::Value>& args);
265
265
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ class StringSearch : private StringSearchBase {
171
171
}
172
172
173
173
private:
174
- typedef size_t (*SearchFunction)( // NOLINT - it's not a cast!
174
+ typedef size_t (*SearchFunction)(
175
175
StringSearch<PatternChar, SubjectChar>*,
176
176
Vector<const SubjectChar>,
177
177
size_t );
You can’t perform that action at this time.
0 commit comments