| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index cd1117835bbfaeddbad991a9f6474bc539f65458..ccad9d5ef19cbc89b3741c75a1688eba92f31230 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -1058,7 +1058,7 @@ class Isolate {
|
|
|
| void* stress_deopt_count_address() { return &stress_deopt_count_; }
|
|
|
| - base::RandomNumberGenerator* random_number_generator();
|
| + V8_EXPORT_PRIVATE base::RandomNumberGenerator* random_number_generator();
|
|
|
| // Generates a random number that is non-zero when masked
|
| // with the provided mask.
|
|
|