Title: [204730] trunk/Source/_javascript_Core
- Revision
- 204730
- Author
- [email protected]
- Date
- 2016-08-22 12:03:32 -0700 (Mon, 22 Aug 2016)
Log Message
Remove dead code.
https://bugs.webkit.org/show_bug.cgi?id=161049
Reviewed by Michael Saboff.
* runtime/VM.h:
- Deleted unused friend class ClearExceptionScope.
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (204729 => 204730)
--- trunk/Source/_javascript_Core/ChangeLog 2016-08-22 19:00:08 UTC (rev 204729)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-08-22 19:03:32 UTC (rev 204730)
@@ -1,3 +1,13 @@
+2016-08-22 Mark Lam <[email protected]>
+
+ Remove dead code.
+ https://bugs.webkit.org/show_bug.cgi?id=161049
+
+ Reviewed by Michael Saboff.
+
+ * runtime/VM.h:
+ - Deleted unused friend class ClearExceptionScope.
+
2016-08-22 Yusuke Suzuki <[email protected]>
[ES6] Module should not allow HTML comments
Modified: trunk/Source/_javascript_Core/runtime/VM.h (204729 => 204730)
--- trunk/Source/_javascript_Core/runtime/VM.h 2016-08-22 19:00:08 UTC (rev 204729)
+++ trunk/Source/_javascript_Core/runtime/VM.h 2016-08-22 19:03:32 UTC (rev 204730)
@@ -625,7 +625,6 @@
private:
friend class LLIntOffsetsExtractor;
- friend class ClearExceptionScope;
VM(VMType, HeapType);
static VM*& sharedInstanceInternal();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes