From 513e71f247614da1aafabc3b0d671e8dc51da1c7 Mon Sep 17 00:00:00 2001 From: commit-queue Date: Sat, 8 Dec 2012 03:54:54 +0000 Subject: Add missing const qualifier to JSC::CodeBlock::getJITType() https://bugs.webkit.org/show_bug.cgi?id=104424 Patch by Jonathan Liu on 2012-12-07 Reviewed by Laszlo Gombos. JSC::CodeBlock::getJITType() has the const qualifier when JIT is enabled but is missing the const qualifier when JIT is disabled. * bytecode/CodeBlock.h: (JSC::CodeBlock::getJITType): Change-Id: I4ef9d10a536aa3094c9e814ee6bcbe1bf120829e git-svn-id: http://svn.webkit.org/repository/webkit/trunk@137010 268f45cc-cd09-0410-ab3c-d52691b4dbfc Reviewed-by: Jocelyn Turcotte --- Source/JavaScriptCore/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Source/JavaScriptCore/ChangeLog') diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog index 638d594c7..798086160 100644 --- a/Source/JavaScriptCore/ChangeLog +++ b/Source/JavaScriptCore/ChangeLog @@ -1,3 +1,16 @@ +2012-12-07 Jonathan Liu + + Add missing const qualifier to JSC::CodeBlock::getJITType() + https://bugs.webkit.org/show_bug.cgi?id=104424 + + Reviewed by Laszlo Gombos. + + JSC::CodeBlock::getJITType() has the const qualifier when JIT is + enabled but is missing the const qualifier when JIT is disabled. + + * bytecode/CodeBlock.h: + (JSC::CodeBlock::getJITType): + 2012-11-30 Pierre Rossi [Qt] Unreviewed speculative Mac build fix after r136232 -- cgit v1.2.1