repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
tracing
/
resources
/
worker.js
blob
7247e21b4196a3bbac4793baeb4c0557d814babd
1
var
message_id
=
0
;
2
onmessage
=
function
(
event
)
3
{
4
postMessage
(
"Ack #"
+
message_id
++);
5
// Two setTimeout's ensure the JSFrame for onmessage is created between two instant event.
6
setTimeout
(
function
() {},
0
);
7
setTimeout
(
function
() {},
0
);
8
};