Index: Source/devtools/front_end/paintProfilerView.css |
diff --git a/Source/platform/audio/AudioProcessor.cpp b/Source/devtools/front_end/paintProfilerView.css |
similarity index 91% |
copy from Source/platform/audio/AudioProcessor.cpp |
copy to Source/devtools/front_end/paintProfilerView.css |
index 66834399c2749639d6cb23fbb1fffd03f6b6efd0..cc06f01630c4ceee6244aed97cda14ee4e07e590 100644 |
--- a/Source/platform/audio/AudioProcessor.cpp |
+++ b/Source/devtools/front_end/paintProfilerView.css |
@@ -28,13 +28,10 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "config.h" |
caseq
2014/07/21 14:36:41
You may need to re-upload the patch.
malch
2014/07/22 07:22:25
Done.
|
-#include "platform/audio/AudioProcessor.h" |
- |
-namespace WebCore { |
- |
-AudioProcessor::~AudioProcessor() |
-{ |
+.profiler-log-view .console-formatted-string { |
+ white-space: nowrap; |
} |
+.profiler-log-view .section > .header .title { |
+ white-space: nowrap; |
} |