Index: Source/Platform/chromium/public/Platform.h |
diff --git a/Source/Platform/chromium/public/Platform.h b/Source/Platform/chromium/public/Platform.h |
index 03c01fc8750c310e473a8a36733b8b2670d2ef7a..ec3c9c12d1fc8a941cad7de73766d9acb14348d1 100644 |
--- a/Source/Platform/chromium/public/Platform.h |
+++ b/Source/Platform/chromium/public/Platform.h |
@@ -94,8 +94,8 @@ public: |
typedef int FileHandle; |
#endif |
- WEBKIT_EXPORT static void markCurrentThreadPaused(); |
- WEBKIT_EXPORT static void markCurrentThreadResumed(); |
+ WEBKIT_EXPORT static void enterSafePoint(); |
+ WEBKIT_EXPORT static void leaveSafePoint(); |
WEBKIT_EXPORT static void attachThread(intptr_t* startOfStack); |
WEBKIT_EXPORT static void detachThread(); |