| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2007 Google Inc. All rights reserved. | 2 * Copyright (C) 2007 Google Inc. All rights reserved. |
| 3 * Authors: Collin Jackson, Adam Barth | 3 * Authors: Collin Jackson, Adam Barth |
| 4 * | 4 * |
| 5 * This is the V8 version of the KJS InspectorController, which is located in | 5 * This is the V8 version of the KJS InspectorController, which is located in |
| 6 * webkit/pending. | 6 * webkit/pending. |
| 7 * Copyright (C) 2007 Apple Inc. All rights reserved. | 7 * Copyright (C) 2007 Apple Inc. All rights reserved. |
| 8 * | 8 * |
| 9 * Redistribution and use in source and binary forms, with or without | 9 * Redistribution and use in source and binary forms, with or without |
| 10 * modification, are permitted provided that the following conditions | 10 * modification, are permitted provided that the following conditions |
| (...skipping 1804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1815 } | 1815 } |
| 1816 | 1816 |
| 1817 bool InspectorController::stopTiming(const String& title, double& elapsed) | 1817 bool InspectorController::stopTiming(const String& title, double& elapsed) |
| 1818 { | 1818 { |
| 1819 elapsed = 0; | 1819 elapsed = 0; |
| 1820 notImplemented(); | 1820 notImplemented(); |
| 1821 return false; | 1821 return false; |
| 1822 } | 1822 } |
| 1823 | 1823 |
| 1824 } // namespace WebCore | 1824 } // namespace WebCore |
| OLD | NEW |