| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2013 Google Inc. All rights reserved. | 2 * Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 * | 3 * |
| 4 * Redistribution and use in source and binary forms, with or without | 4 * Redistribution and use in source and binary forms, with or without |
| 5 * modification, are permitted provided that the following conditions are | 5 * modification, are permitted provided that the following conditions are |
| 6 * met: | 6 * met: |
| 7 * | 7 * |
| 8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
| (...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 549 // FIXME: Move these macros and other related structures to a separate file. | 549 // FIXME: Move these macros and other related structures to a separate file. |
| 550 USED_FROM_MULTIPLE_THREADS(CloseEvent); | 550 USED_FROM_MULTIPLE_THREADS(CloseEvent); |
| 551 USED_FROM_MULTIPLE_THREADS(Crypto); | 551 USED_FROM_MULTIPLE_THREADS(Crypto); |
| 552 USED_FROM_MULTIPLE_THREADS(DOMParser); | 552 USED_FROM_MULTIPLE_THREADS(DOMParser); |
| 553 USED_FROM_MULTIPLE_THREADS(DOMURL); | 553 USED_FROM_MULTIPLE_THREADS(DOMURL); |
| 554 USED_FROM_MULTIPLE_THREADS(DeprecatedStorageQuota); | 554 USED_FROM_MULTIPLE_THREADS(DeprecatedStorageQuota); |
| 555 USED_FROM_MULTIPLE_THREADS(ErrorEvent); | 555 USED_FROM_MULTIPLE_THREADS(ErrorEvent); |
| 556 USED_FROM_MULTIPLE_THREADS(Event); | 556 USED_FROM_MULTIPLE_THREADS(Event); |
| 557 USED_FROM_MULTIPLE_THREADS(EventSource); | 557 USED_FROM_MULTIPLE_THREADS(EventSource); |
| 558 USED_FROM_MULTIPLE_THREADS(EventTarget); | 558 USED_FROM_MULTIPLE_THREADS(EventTarget); |
| 559 USED_FROM_MULTIPLE_THREADS(IDBVersionChangeEvent); |
| 559 USED_FROM_MULTIPLE_THREADS(Key); | 560 USED_FROM_MULTIPLE_THREADS(Key); |
| 560 USED_FROM_MULTIPLE_THREADS(KeyAlgorithm); | 561 USED_FROM_MULTIPLE_THREADS(KeyAlgorithm); |
| 561 USED_FROM_MULTIPLE_THREADS(KeyPair); | 562 USED_FROM_MULTIPLE_THREADS(KeyPair); |
| 562 USED_FROM_MULTIPLE_THREADS(MemoryInfo); | 563 USED_FROM_MULTIPLE_THREADS(MemoryInfo); |
| 563 USED_FROM_MULTIPLE_THREADS(MessageEvent); | 564 USED_FROM_MULTIPLE_THREADS(MessageEvent); |
| 564 USED_FROM_MULTIPLE_THREADS(Notification); | 565 USED_FROM_MULTIPLE_THREADS(Notification); |
| 565 USED_FROM_MULTIPLE_THREADS(NotificationCenter); | 566 USED_FROM_MULTIPLE_THREADS(NotificationCenter); |
| 566 USED_FROM_MULTIPLE_THREADS(Performance); | 567 USED_FROM_MULTIPLE_THREADS(Performance); |
| 567 USED_FROM_MULTIPLE_THREADS(PerformanceEntry); | 568 USED_FROM_MULTIPLE_THREADS(PerformanceEntry); |
| 568 USED_FROM_MULTIPLE_THREADS(PerformanceMark); | 569 USED_FROM_MULTIPLE_THREADS(PerformanceMark); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 582 USED_FROM_MULTIPLE_THREADS(XMLSerializer); | 583 USED_FROM_MULTIPLE_THREADS(XMLSerializer); |
| 583 USED_FROM_MULTIPLE_THREADS(XPathEvaluator); | 584 USED_FROM_MULTIPLE_THREADS(XPathEvaluator); |
| 584 USED_FROM_MULTIPLE_THREADS(XPathExpression); | 585 USED_FROM_MULTIPLE_THREADS(XPathExpression); |
| 585 USED_FROM_MULTIPLE_THREADS(XPathNSResolver); | 586 USED_FROM_MULTIPLE_THREADS(XPathNSResolver); |
| 586 USED_FROM_MULTIPLE_THREADS(XPathResult); | 587 USED_FROM_MULTIPLE_THREADS(XPathResult); |
| 587 USED_FROM_MULTIPLE_THREADS(XSLTProcessor); | 588 USED_FROM_MULTIPLE_THREADS(XSLTProcessor); |
| 588 | 589 |
| 589 } | 590 } |
| 590 | 591 |
| 591 #endif // ThreadState_h | 592 #endif // ThreadState_h |
| OLD | NEW |