Fix static initializer in ic.cc
This was added in commit 40611, but the std::cout calls are gone so the header is no longer needed. Remove trailing spaces in html files rom the same commit and from other html files in the same directory. Review-Url: https://codereview.chromium.org/2797253009 Cr-Commit-Position: refs/heads/master@{#44535}
This commit is contained in:
parent
a79f903155
commit
df0eaff48d
@ -4,8 +4,6 @@
|
||||
|
||||
#include "src/ic/ic.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "src/accessors.h"
|
||||
#include "src/api-arguments-inl.h"
|
||||
#include "src/api.h"
|
||||
|
@ -1093,7 +1093,7 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
|
||||
var files = document.getElementById("uploadInput").files;
|
||||
loadFiles(files, false)
|
||||
}
|
||||
|
||||
|
||||
function loadFiles(files, append) {
|
||||
var file = files[0];
|
||||
var reader = new FileReader();
|
||||
|
@ -7,30 +7,30 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
|
||||
<head>
|
||||
<style>
|
||||
.entry-details {}
|
||||
|
||||
|
||||
.entry-details TD {}
|
||||
|
||||
|
||||
.details {
|
||||
width: 2em;
|
||||
border: 1px black dotted;
|
||||
}
|
||||
|
||||
|
||||
.count {
|
||||
text-align: right;
|
||||
width: 5em;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
|
||||
.percentage {
|
||||
text-align: right;
|
||||
width: 5em;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
|
||||
.key {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
|
||||
.drilldown-group-title {
|
||||
font-weight: bold;
|
||||
padding: 0.5em 0 0.2em 0;
|
||||
@ -93,7 +93,7 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
|
||||
offset++;
|
||||
}
|
||||
if (this.map == "(nil)") this.map = "unknown";
|
||||
}
|
||||
}
|
||||
if (this.type !== "CompareIC") {
|
||||
// if there is no address we have a smi key
|
||||
var address = parts[++offset];
|
||||
@ -128,7 +128,7 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
|
||||
parseMapProperties(parts, offset) {
|
||||
var next = parts[++offset];
|
||||
if (!next.startsWith('dict')) return offset;
|
||||
this.propertiesMode =
|
||||
this.propertiesMode =
|
||||
next.substr(5) == "0" ? "fast" : "slow";
|
||||
this.numberOfOwnProperties = parts[++offset].substr(4);
|
||||
next = parts[++offset];
|
||||
@ -355,7 +355,7 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
|
||||
select.add(option);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function handleOnLoad() {
|
||||
document.querySelector("#uploadInput").focus();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user