Title: [171483] trunk/Source/_javascript_Core
- Revision
- 171483
- Author
- [email protected]
- Date
- 2014-07-23 11:39:41 -0700 (Wed, 23 Jul 2014)
Log Message
Build fix after r171482.
Rubberstamped by Joe Pecoraro.
* runtime/Identifier.h: Make header declarations match
implementation file.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (171482 => 171483)
--- trunk/Source/_javascript_Core/ChangeLog 2014-07-23 18:18:34 UTC (rev 171482)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-07-23 18:39:41 UTC (rev 171483)
@@ -1,5 +1,14 @@
2014-07-23 Brent Fulgham <[email protected]>
+ Build fix after r171482.
+
+ Rubberstamped by Joe Pecoraro.
+
+ * runtime/Identifier.h: Make header declarations match
+ implementation file.
+
+2014-07-23 Brent Fulgham <[email protected]>
+
[Win] Use NO_RETURN_DUE_TO_CRASH on Windows
https://bugs.webkit.org/show_bug.cgi?id=135199
Modified: trunk/Source/_javascript_Core/runtime/Identifier.h (171482 => 171483)
--- trunk/Source/_javascript_Core/runtime/Identifier.h 2014-07-23 18:18:34 UTC (rev 171482)
+++ trunk/Source/_javascript_Core/runtime/Identifier.h 2014-07-23 18:39:41 UTC (rev 171483)
@@ -113,8 +113,13 @@
static PassRef<StringImpl> add(ExecState*, StringImpl*);
static PassRef<StringImpl> add(VM*, StringImpl*);
+#ifndef NDEBUG
+ JS_EXPORT_PRIVATE static void checkCurrentAtomicStringTable(ExecState*);
+ JS_EXPORT_PRIVATE static void checkCurrentAtomicStringTable(VM*);
+#else
JS_EXPORT_PRIVATE NO_RETURN_DUE_TO_CRASH static void checkCurrentAtomicStringTable(ExecState*);
JS_EXPORT_PRIVATE NO_RETURN_DUE_TO_CRASH static void checkCurrentAtomicStringTable(VM*);
+#endif
};
template <> ALWAYS_INLINE bool Identifier::canUseSingleCharacterString(LChar)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes