Chromium Code Reviews| Index: src/platform.h |
| diff --git a/src/platform.h b/src/platform.h |
| index 606e5b46e6c8238ab1654f126c28b6cc54687033..d63ca5e617358f98510404b9abc9fd89af2bcdb4 100644 |
| --- a/src/platform.h |
| +++ b/src/platform.h |
| @@ -277,6 +277,8 @@ class OS { |
| // the platform doesn't care. Guaranteed to be a power of two. |
| static int ActivationFrameAlignment(); |
| + static void ReleaseStore(volatile AtomicWord* ptr, AtomicWord value); |
| + |
| private: |
| static const int msPerSecond = 1000; |