Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
authordbates@webkit.org <dbates@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 20 Jan 2012 03:36:43 +0000 (03:36 +0000)
committerdbates@webkit.org <dbates@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 20 Jan 2012 03:36:43 +0000 (03:36 +0000)
Rubber-stamped by Sam Weinig.

* building/debug.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105477 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Websites/webkit.org/ChangeLog
Websites/webkit.org/building/debug.html

index fea324b..666aef8 100644 (file)
@@ -1,5 +1,13 @@
 2012-01-19  Daniel Bates  <dbates@webkit.org>
 
+        Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
+
+        Rubber-stamped by Sam Weinig.
+
+        * building/debug.html:
+
+2012-01-19  Daniel Bates  <dbates@webkit.org>
+
         Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
         https://bugs.webkit.org/show_bug.cgi?id=67102
 
index 8c207e8..87ccc42 100644 (file)
@@ -5,7 +5,6 @@
 
 <div class="mac-instructions">
 <h2>Debugging on Mac OS X</h2>
-<p>Safari 5.1 shipped
 <p>Each WebKit component -- JavaScriptCore, WebCore, and WebKit2 -- contains its own Xcode project that depends on the build location specified in the project itself. In Xcode 4, choose Xcode > Preferences > Locations, click Locations, click the Advanced button, and ensure that the build location is Locations Specified by Targets.</p>
 <h3>Debugging UIProcess</h3>
 <p>Follow the instructions on the <a href="debug-mac-uiprocess.html">debugging UIProcess</a> page.</p>
 <li><p>Open a project</p>
 <p>Open the Xcode project belonging to the component -- WebCore or JavaScriptCore -- you want to debug.</p>
 </li>
-</ol>
 <li><p>Attach to WebProcess</p>
 <p>Choose Product > Attach to Process > WebProcess.</p>
 </li>
 <li><p>See the <a href="http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Debugging/Debugging.html#//apple_ref/doc/uid/TP40010215-CH3-SW1">Xcode Debugging Guide</a> for more information on using Xcode to debug software on Mac OS X.</p>
 </li>
+</ol>
 </div>
 <div class="windows-instructions">
 <h2>Debugging on Windows</h2>